Modify ↓
Ticket #7678 (closed bug: invalid)
remove, and function in IE.
| Reported by: | nyz@… | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | 1.6 |
| Component: | unfiled | Version: | 1.4.4 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in 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.