Showing with 2 additions and 2 deletions.
  1. +1 −1 package.json
  2. +1 −1 pages/Ajax_Events.html
@@ -2,7 +2,7 @@
"name": "api.jquery.com",
"title": "jQuery API Docs",
"description": "API reference documentation for the jQuery JavaScript Library.",
"version": "1.11.82",
"version": "1.11.83",
"homepage": "https://github.com/jquery/api.jquery.com",
"author": {
"name": "jQuery Foundation and other contributors"
@@ -33,7 +33,7 @@ <h3>Global Events</h3>
});
</code></pre>
<h3>Events</h3>
<p>This is the full list of Ajax events , and in the order in which they are triggered. The indented events are triggered for each and every Ajax request (unless a global option has been set). The ajaxStart and ajaxStop events are events that relate to all Ajax requests together.
<p>This is the full list of Ajax events, and in the order in which they are triggered. The indented events are triggered for each and every Ajax request (unless a global option has been set). The ajaxStart and ajaxStop events are events that relate to all Ajax requests together.
</p>
<ul>
<li> <b>ajaxStart</b> (Global Event)<br>This event is triggered if an Ajax request is started and no other Ajax requests are currently running.