#891 closed bug (fixed)
absolute path and $( expr, context )
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | major | Milestone: | 1.1.3 |
Component: | core | Version: | 1.1 |
Keywords: | absolute context | Cc: | |
Blocked by: | Blocking: |
Description (last modified by )
With 1.1.1 I cant use an absolute like bellow
$(document).ready(function() { $("div.c1").each(function(){ $('/div',this).append("a"); }); }); <body> <div class="c1"> <div></div> </div> </body>
Change History (4)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
Description: | modified (diff) |
---|
Note: See
TracTickets for help on using
tickets.
It makes a javascript error