Skip to main content

Bug Tracker

Side navigation

#12046 closed bug (invalid)

Opened July 09, 2012 08:18PM UTC

Closed July 09, 2012 10:27PM UTC

.remove([selector]) not honoring the sub selector correctly

Reported by: psychicsurgeon@gmail.com Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.7.2
Keywords: Cc:
Blocked by: Blocking:
Description

http://jsfiddle.net/277w4/

The .remove() function doesn't remove the element listed in the subselect. However, .find() does find it correctly.

Attachments (0)
Change History (1)

Changed July 09, 2012 10:27PM UTC by dmethvin comment:1

resolution: → invalid
status: newclosed
selector A selector expression that **filters** the set of matched elements to be removed. -- http://api.jquery.com/remove/

Ask for help on the forum if you need it.