Skip to main content

Bug Tracker

Side navigation

#5355 closed bug (worksforme)

Opened October 12, 2009 05:02AM UTC

Closed June 13, 2010 05:55PM UTC

html() return '' in Firefox3.5.2, but return 'hello world!' in IE6.0 correctly.

Reported by: llnewuser Owned by:
Priority: major Milestone: 1.3.2
Component: unfiled Version: 1.3.2
Keywords: Cc:
Blocked by: Blocking:
Description

<html>

<head>

<script type="text/javascript" src="jquery-1.3.2.js"></script>

<script type="text/javascript">

$(function(){

var content = $('div').html();

alert(content);

});

</script>

</head>

<body>

<div>

hello world!

</div>

</body>

</html>

Attachments (0)
Change History (1)

Changed June 13, 2010 05:55PM UTC by dmethvin comment:1

resolution: → worksforme
status: newclosed