Skip to main content

Bug Tracker

Side navigation

#4424 closed bug (invalid)

Opened March 26, 2009 02:14AM UTC

Closed May 10, 2009 04:12PM UTC

Custom method doesn't work on IE

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

$.fn.load2 = function(path)

{

var obj = this;

obj.html("loading...").load(path);

}

When calling load2 on IE, the html is filled with "loading...", but not filled with the HTML content that returns on the "path" argument.

Works on FF.

Attachments (0)
Change History (4)

Changed March 26, 2009 02:24AM UTC by dmethvin comment:1

Which version of IE? IE8 has some good debugging tools (finally!) so you might be able to see what is going on there.

Changed March 26, 2009 09:11AM UTC by bfalcao comment:2

Hi,

IE7. I think it's a serious situation because it works perfect on FF, and still the exact same code (just that one) doesn't work on IE7.

Changed March 27, 2009 01:00AM UTC by bfalcao comment:3

Hi,

Sorry my mistake guys! a </div> in the wrong place :(

Please delete this bug.

Changed May 10, 2009 04:12PM UTC by dmethvin comment:4

resolution: → invalid
status: newclosed