Side navigation
#891 closed bug (fixed)
Opened January 29, 2007 02:26AM UTC
Closed March 24, 2007 03:00AM UTC
Last modified June 21, 2007 04:32AM UTC
absolute path and $( expr, context )
| Reported by: | simonlacroix79@yahoo | 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>
Attachments (0)
Change History (4)
Changed January 29, 2007 02:26AM UTC by comment:1
Changed January 29, 2007 07:32PM UTC by comment:2
| 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>\ \ → 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>\ }}}\ | 
|---|
Changed January 31, 2007 09:26PM UTC by comment:3
Added a test in revision 1240.
Changed March 24, 2007 03:00AM UTC by comment:4
| resolution: | → fixed | 
|---|---|
| status: | new → closed | 
Fixed in SVN rev [1574].
It makes a javascript error