Side navigation
#10892 closed bug (invalid)
Opened November 25, 2011 08:24AM UTC
Closed November 28, 2011 04:28AM UTC
html() bug?
| Reported by: | getianyu2008@163.com | 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!
Attachments (0)
Change History (1)
Changed November 28, 2011 04:28AM UTC by comment:1
| resolution: | → invalid |
|---|---|
| status: | new → closed |
Please ask for help on the forums.