Opened 13 years ago
Closed 13 years ago
#5655 closed bug (invalid)
Regression in v1.4a1
Reported by: | tijej | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | unfiled | Version: | 1.4a1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I've got the following code that works nice with jQuery 1.3.2 :
$("#10_280 ~ strong span").html("blah blah");
With v1.4a1, the html contents of the span element is not changed.
In case that helps, the HTML structure is like that: <li class="kind music select">
<a href="#" class="music" id="10_381">PUB</a> <strong style="display: none; ">
<bb></bb> <span>3</span>
</strong> <i style="display: none; "></i>
</li>
Note: See
TracTickets for help on using
tickets.
Can you reopen the ticket with a complete test case? The id mentioned in the jQuery selector isn't in the html fragment. Also, it's not valid for an id attribute to start with a digit.