Bug Tracker

Opened 15 years ago

Closed 15 years ago

#3792 closed bug (invalid)

ajaxStart

Reported by: shengnet Owned by:
Priority: major Milestone: 1.2.5
Component: ajax Version: 1.2.6
Keywords: Cc:
Blocked by: Blocking:

Description

<script language="javascript">

$(document).ready(function(){

$("#ajaxstatus").ajaxStart(function(){ $(this).show();

}); });

</script>

<div id="ajaxstatus">loading...</div>

<div id="content">now</div> <input name="btn2" id="btn2" type="button" onclick=".html());" value="display" />

result "jQuery1231257884687" why?

Change History (1)

comment:1 Changed 15 years ago by dmethvin

Resolution: invalid
Status: newclosed

For help using jQuery, please ask on one of the forums such as this one:

http://groups.google.com/group/jquery-en/topics

Note: See TracTickets for help on using tickets.