Bug Tracker

Modify

Ticket #10892 (closed bug: invalid)

Opened 18 months ago

Last modified 18 months ago

html() bug?

Reported by: getianyu2008@… Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.7.1
Keywords: Cc:
Blocking: Blocked by:

Description

function myFuction() {

$("#info").html("waiting..."); $.ajax({

url:..., success:function(){

$("#info").html("success!");

}

});

} In firefox8 ,no problem! But it works not very well in IE6、7、8; $("#info").html("waiting...");this code not works!

ajax() may be need 3 seconds to recieve the response!

Change History

comment:1 Changed 18 months ago by dmethvin

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

Please ask for help on the forums.

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.