Side navigation
#5172 closed enhancement (invalid)
Opened September 06, 2009 10:41PM UTC
Closed April 01, 2011 02:39AM UTC
Make the context parameter behave more consistently
Reported by: | lrbabe | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.4 |
Component: | core | Version: | 1.3.2 |
Keywords: | needsreview | Cc: | |
Blocked by: | Blocking: |
Description
Currently the three following syntax do not result in the same context parameter:
$("div", document.getElementById("myId"));
$("div", $("#myId"));
$("div", "#myId");
Only the first one result in the context property to be properly set. The attached patch fix this issue. See related thread: http://groups.google.com/group/jquery-dev/browse_thread/thread/b8c414b373163895
Attachments (1)
Change History (2)
Changed November 19, 2010 01:20AM UTC by comment:1
keywords: | context, consitency → needsreview |
---|---|
status: | new → open |
Changed April 01, 2011 02:39AM UTC by comment:2
resolution: | → invalid |
---|---|
status: | open → closed |
This patch has gone stale since now the user can pass in a plain object full of attributes. I'm not convinced it's necessary anyway.