Opened 15 years ago
Closed 14 years ago
#4424 closed bug (invalid)
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.
Change History (4)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
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.
comment:3 Changed 15 years ago by
Hi,
Sorry my mistake guys! a </div> in the wrong place :(
Please delete this bug.
comment:4 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Which version of IE? IE8 has some good debugging tools (finally!) so you might be able to see what is going on there.