Modify ↓
Ticket #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: | ||
| Blocking: | Blocked by: |
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>
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
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.