Side navigation
#7678 closed bug (invalid)
Opened December 01, 2010 08:37PM UTC
Closed December 01, 2010 09:55PM UTC
remove, and function in IE.
Reported by: | nyz@inbox.ru | 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);
Attachments (0)
Change History (4)
Changed December 01, 2010 09:29PM UTC by comment:1
owner: | → nyz@inbox.ru |
---|---|
status: | new → pending |
Changed December 01, 2010 09:46PM UTC by comment:2
sry guys, is not the case, my code is fails in IE.. :|
delete but pls.
Changed December 01, 2010 09:55PM UTC by comment:3
owner: | nyz@inbox.ru |
---|---|
status: | pending → new |
Changed December 01, 2010 09:55PM UTC by comment:4
resolution: | → invalid |
---|---|
status: | new → closed |
Closed as requested by the reporter of the ticket.
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.