Side navigation
#7463 closed bug (duplicate)
Opened November 10, 2010 07:08PM UTC
Closed November 10, 2010 07:46PM UTC
Last modified November 10, 2010 08:16PM UTC
$('+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
Attachments (0)
Change History (4)
Changed November 10, 2010 07:32PM UTC by comment:1
_comment0: | Further reduced; tested in jQuery 0 GIT \ \ \ http://jsfiddle.net/rwaldron/3QmTx/4/ \ \ \ jQuery supports "prev + next" → 1289417606503456 |
---|---|
component: | unfiled → selector |
keywords: | → needsreview |
priority: | undecided → low |
status: | new → open |
Changed November 10, 2010 07:46PM UTC by comment:2
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...
Changed November 10, 2010 08:16PM UTC by comment:4
keywords: | needsreview |
---|
Further reduced; tested in jQuery 0 GIT
http://jsfiddle.net/rwaldron/3QmTx/4/
jQuery supports "prev + next" - but I'm not 100% positive about its support for finding next adjacent from context