Side navigation
#11370 closed bug (fixed)
Opened February 22, 2012 02:08AM UTC
Closed February 24, 2012 03:42AM UTC
Last modified March 02, 2012 04:18PM UTC
$('<div>').siblings() throws exception
Reported by: | pasky | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 1.7.2 |
Component: | traversing | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
$('<div>').siblings() throws exception instead of empty jQuery object
Attachments (0)
Change History (4)
Changed February 22, 2012 03:40AM UTC by comment:1
component: | unfiled → traversing |
---|---|
priority: | undecided → low |
status: | new → open |
Changed February 22, 2012 05:21AM UTC by comment:2
Changed February 24, 2012 03:42AM UTC by comment:3
resolution: | → fixed |
---|---|
status: | open → closed |
Fix #11370: .siblings() shouldn't throw exception on a detached element
Changeset: a619cb3063c104aa5ec808e13d2c84af565eacc6
Changed March 02, 2012 04:18PM UTC by comment:4
milestone: | None → 1.7.2 |
---|
Well whatddya know... http://jsfiddle.net/pAsZ4/