Bug Tracker

Opened 12 years ago

Closed 12 years ago

#7678 closed bug (invalid)

remove, and function in IE.

Reported by: [email protected] 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 ajpiano

Owner: set to [email protected]
Status: newpending

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.

comment:2 Changed 12 years ago by anonymous

sry guys, is not the case, my code is fails in IE.. :| delete but pls.

comment:3 Changed 12 years ago by jitter

Owner: [email protected] deleted
Status: pendingnew

comment:4 Changed 12 years ago by jitter

Resolution: invalid
Status: newclosed

Closed as requested by the reporter of the ticket.

Note: See TracTickets for help on using tickets.