Bug Tracker

Modify

Ticket #3792 (closed bug: invalid)

Opened 4 years ago

Last modified 4 years ago

ajaxStart

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

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

comment:1 Changed 4 years ago by dmethvin

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

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

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

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.