Modify ↓
Ticket #10892 (closed bug: invalid)
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
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.

Please ask for help on the forums.