jQuery: The Write Less, Do More JavaScript Library

Ticket #2144 (closed bug: fixed)

Opened 4 months ago

Last modified 4 months ago

domManip broken in IE when using multiple elements

Reported by: scott.gonzalez Assigned to: anonymous
Type: bug Priority: major
Milestone: 1.2.2 Component: core
Version: 1.2.1 Keywords:
Cc: Needs: Review

Description

SVN rev [4251] (fix for #2027) breaks in IE in some cases.

Sample code to produce the bug (fails in IE6 and IE7):

Script:

$(document).ready(function() {
	$('.foo').html('foo');
});

HTML:

<div class="foo"></div>
<div class="foo"></div>

Attachments

Change History

Changed 4 months ago by joern

  • status changed from new to closed
  • resolution set to fixed

Fixed in [4287].

Note: See TracTickets for help on using tickets.