Bug Tracker

Modify

Ticket #7678 (closed bug: invalid)

Opened 3 years ago

Last modified 3 years ago

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

comment:1 Changed 3 years ago by ajpiano

  • Owner set to nyz@…
  • Status changed from new to pending

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 3 years ago by anonymous

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

comment:3 Changed 3 years ago by jitter

  • Owner nyz@… deleted
  • Status changed from pending to new

comment:4 Changed 3 years ago by jitter

  • Status changed from new to closed
  • Resolution set to invalid

Closed as requested by the reporter of the ticket.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.