#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: |
Description
Change History (4)
comment:1 Changed 12 years ago by
Component: | unfiled → selector |
---|---|
Keywords: | needsreview added |
Priority: | undecided → low |
Status: | new → open |
Version 0, edited 12 years ago
by
(next)
comment:2 Changed 12 years ago by
Resolution: | → duplicate |
---|---|
Status: | open → closed |
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:4 Changed 12 years ago by
Keywords: | needsreview removed |
---|
Note: See
TracTickets for help on using
tickets.
Further reduced; tested in jQuery 0 GIT
http://jsfiddle.net/rwaldron/3QmTx/4/
jQuery supports "prev + next"