Skip to main content

Bug Tracker

Side navigation

#7364 closed bug (invalid)

Opened November 01, 2010 02:46AM UTC

Closed November 01, 2010 05:13AM UTC

Last modified March 13, 2012 03:32PM UTC

ie8 toggle nested span

Reported by: cnazev@gmail.com 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>

Attachments (0)
Change History (1)

Changed November 01, 2010 05:13AM UTC by snover comment:1

resolution: → invalid
status: newclosed

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