Bug Tracker

Modify

Ticket #5655 (closed bug: invalid)

Opened 3 years ago

Last modified 3 years ago

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

comment:1 Changed 3 years ago by dmethvin

  • Status changed from new to closed
  • Resolution set to invalid

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.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.