Clear Up
SharpKit Reference

jQuery.ajaxPrefilter Method (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(JsAction<T1, T2, T3> handler)

Parameters

handler
Type: SharpKit.JavaScript.JsAction<T1, T2, T3>
handler(options, originalOptions, jqXHR)A handler to set default values for future Ajax requests.
© Copyright 2005-2011 SharpKit. All rights reserved.