jQuery.ajaxPrefilter Method (JsString, JsAction<T1, T2, T3>)
Handle custom Ajax options or modify existing options before each request is sent and before they are processed by $.ajax().
Namespace: SharpKit.jQuery
Class: jQuery
Syntax
public void ajaxPrefilter(JsString dataTypes, JsAction<T1, T2, T3> handler)
Parameters
dataTypes
handler
|