Clear Up
SharpKit Reference

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
Type: SharpKit.JavaScript.JsString
dataTypesAn optional string containing one or more space-separated dataTypes
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.