#7364 closed bug (invalid)
ie8 toggle nested span
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | 1.5 |
Component: | unfiled | Version: | 1.4.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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>
Note: See
TracTickets for help on using
tickets.
The jQuery bug tracker is not a support forum. Please use the jQuery Forum for support requests.