Opened 12 years ago
Closed 12 years ago
#7678 closed bug (invalid)
remove, and function in IE.
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | 1.6 |
Component: | unfiled | Version: | 1.4.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hey guys, i found a bug in IE 7 (maybe 6++).
description: If u put REMOVE, then the function stops sending POST request to the server, it not full version script, so u need a test this, thx.
example my code:
$(this).remove();
var refreshing = function(){
$.post("ajax.php",{"a":"get"},function(s){$("#box").append(s);}, "html"); }
setTimeout(refreshing, 10000);
Change History (4)
comment:1 Changed 12 years ago by
Owner: | set to [email protected]… |
---|---|
Status: | new → pending |
comment:2 Changed 12 years ago by
sry guys, is not the case, my code is fails in IE.. :| delete but pls.
comment:3 Changed 12 years ago by
Owner: | [email protected]… deleted |
---|---|
Status: | pending → new |
comment:4 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Closed as requested by the reporter of the ticket.
Note: See
TracTickets for help on using
tickets.
Thank you for your time and interest in helping the jQuery project! We require that all bugs include a test-case on http://jsfiddle.net that clearly demonstrates the issue that is occurring. If you can provide one, we'll be happy to investigate the issue further.