.ajaxSend( handler )Returns: jQueryversion deprecated: 3.5
Description: Attach a function to be executed before an Ajax request is sent. This is an Ajax Event.
- 
version added: 1.0.ajaxSend( handler )- 
handlerType: Function()The function to be invoked.
 
- 
This API is deprecated. Use .on( "ajaxSend", handler ) instead.