Opened 15 years ago
Last modified 15 years ago
#891 closed bug
absolute path and $( expr, context ) — at Initial Version
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | major | Milestone: | 1.1.3 |
Component: | core | Version: | 1.1 |
Keywords: | absolute context | Cc: | |
Blocked by: | Blocking: |
Description
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>
Note: See
TracTickets for help on using
tickets.