Bug Tracker

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#7463 closed bug (duplicate)

$('+div', this).html(); returns null

Reported by: anonymous Owned by:
Priority: low Milestone: 1.5
Component: selector Version: 1.4.3
Keywords: Cc:
Blocked by: Blocking:

Change History (4)

comment:1 Changed 12 years ago by Rick Waldron

Component: unfiledselector
Keywords: needsreview added
Priority: undecidedlow
Status: newopen

Further reduced; tested in jQuery 0 GIT

http://jsfiddle.net/rwaldron/3QmTx/4/

jQuery supports "prev + next"

Version 0, edited 12 years ago by Rick Waldron (next)

comment:2 Changed 12 years ago by SlexAxton

Resolution: duplicate
Status: openclosed

Since passing a context just transforms the call into a $(arg2).find(arg1) call, it's the same as find. This is a dupe though...

comment:3 Changed 12 years ago by SlexAxton

Duplicate of #7452.

comment:4 Changed 12 years ago by ajpiano

Keywords: needsreview removed
Note: See TracTickets for help on using tickets.