Skip to main content

Bug Tracker

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:
Attachments (0)
Change History (4)

Changed November 10, 2010 07:32PM UTC by rwaldron comment:1

_comment0: Further reduced; tested in jQuery 0 GIT \ \ \ http://jsfiddle.net/rwaldron/3QmTx/4/ \ \ \ jQuery supports "prev + next" 1289417606503456
component: unfiledselector
keywords: → needsreview
priority: undecidedlow
status: newopen

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

Changed November 10, 2010 07:46PM UTC by SlexAxton comment:2

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...

Changed November 10, 2010 07:46PM UTC by SlexAxton comment:3

Duplicate of #7452.

Changed November 10, 2010 08:16PM UTC by ajpiano comment:4

keywords: needsreview