Opened 11 years ago
Closed 11 years ago
#10892 closed bug (invalid)
html() bug?
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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!
Note: See
TracTickets for help on using
tickets.
Please ask for help on the forums.