You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: entries/ajaxSend.xml
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
<desc>The function to be invoked.</desc>
8
8
</argument>
9
9
</signature>
10
-
<desc>Attach a function to be executed before an Ajax request is sent. This is an <ahref="/Ajax_Events">Ajax Event</a>.</desc>
10
+
<desc>Attach a function to be executed before an Ajax request is sent. This is an <ahref="/Ajax_Events/">Ajax Event</a>.</desc>
11
11
<longdesc>
12
12
<p>Whenever an Ajax request is about to be sent, jQuery triggers the <code>ajaxSend</code> event. Any and all handlers that have been registered with the <code>.ajaxSend()</code> method are executed at this time.</p>
13
13
<p>To observe this method in action, set up a basic Ajax load request:</p>
0 commit comments