Bug Tracker

Modify

Ticket #7364 (closed bug: invalid)

Opened 3 years ago

Last modified 14 months ago

ie8 toggle nested span

Reported by: cnazev@… Owned by:
Priority: undecided Milestone: 1.5
Component: unfiled Version: 1.4.3
Keywords: Cc:
Blocking: Blocked by:

Description

only ie8 nested span

<!DOCTYPE html PUBLIC "-W3CDTD XHTML 1.0 TransitionalEN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns=" http://www.w3.org/1999/xhtml"> <head>

<title></title> <script type="text/javascript" src="scripts/jquery-1.4.2.min.js"></script>

</head> <body>

<div>

<span>

<span id="span1" style="width: 200px; background-color: orange">3333333333</span>

<a href="#" onclick="$('#span1').toggle();">ie8 toggle()</a>

</span>

</div>

</body> </html>

Change History

comment:1 Changed 3 years ago by snover

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

The jQuery bug tracker is not a support forum. Please use the  jQuery Forum for support requests.

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.