Skip to content

Commit 4da88d3

Browse files
agcolomscottgonzalez
authored andcommitted
Fixed one missing trailing slash in ajaxSend entry
1 parent f6d7c04 commit 4da88d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/ajaxSend.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<desc>The function to be invoked.</desc>
88
</argument>
99
</signature>
10-
<desc>Attach a function to be executed before an Ajax request is sent. This is an <a href="/Ajax_Events">Ajax Event</a>.</desc>
10+
<desc>Attach a function to be executed before an Ajax request is sent. This is an <a href="/Ajax_Events/">Ajax Event</a>.</desc>
1111
<longdesc>
1212
<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>
1313
<p>To observe this method in action, set up a basic Ajax load request:</p>

0 commit comments

Comments
 (0)