> 文章列表 > 笙默考试管理系统-jquery-1.8.2.intellisense(1)

笙默考试管理系统-jquery-1.8.2.intellisense(1)

笙默考试管理系统-jquery-1.8.2.intellisense(1)

笙默考试管理系统-jquery-1.8.2.intellisense(1

目录

一、笙默考试管理系统-jquery-1.8.2.intellisense

二、笙默考试管理系统-jquery-1.8.2.intellisense

三、笙默考试管理系统-jquery-1.8.2.intellisense

四、笙默考试管理系统-jquery-1.8.2.intellisense

一、笙默考试管理系统-jquery-1.8.2.intellisense

intellisense.annotate(jQuery, {

  'ajax': function() {

    /// <signature>

    ///   <summary>Perform an asynchronous HTTP (Ajax) request.</summary>

    ///   <param name="url" type="String">A string containing the URL to which the request is sent.</param>

    ///   <param name="settings" type="Object">A set of key/value pairs that configure the Ajax request. All settings are optional. A default can be set for any option with $.ajaxSetup(). See jQuery.ajax( settings ) below for a complete list of all settings.</param>

    ///   <returns type="jqXHR" />

    /// </signature>

    /// <signature>

    ///   <summary>Perform an asynchronous HTTP (Ajax) request.</summary>

///   <param name="settings" type="Object">A set of key/value pairs that configure the Ajax request. All settings are optional. A default can be set for any option with $.ajaxSetup().</param>

二、笙默考试管理系统-jquery-1.8.2.intellisense

    ///   <returns type="jqXHR" />

    /// </signature>

  },

  'ajaxPrefilter': function() {

    /// <signature>

    ///   <summary>Handle custom Ajax options or modify existing options before each request is sent and before they are processed by $.ajax().</summary>

    ///   <param name="dataTypes" type="String">An optional string containing one or more space-separated dataTypes</param>

    ///   <param name="handler(options, originalOptions, jqXHR)" type="Function">A handler to set default values for future Ajax requests.</param>

    /// </signature>

  },

三、笙默考试管理系统-jquery-1.8.2.intellisense

  'ajaxSetup': function() {

    /// <signature>

    ///   <summary>Set default values for future Ajax requests.</summary>

    ///   <param name="options" type="Object">A set of key/value pairs that configure the default Ajax request. All options are optional.</param>

    /// </signature>

  },

  'boxModel': function() {

    /// <summary>Deprecated in jQuery 1.3 (see jQuery.support). States if the current page, in the user's browser, is being rendered using the W3C CSS Box Model.</summary>

    /// <returns type="Boolean" />

  },

四、笙默考试管理系统-jquery-1.8.2.intellisense

  'browser': function() {

    /// <summary>Contains flags for the useragent, read from navigator.userAgent. We recommend against using this property; please try to use feature detection instead (see jQuery.support). jQuery.browser may be moved to a plugin in a future release of jQuery.</summary>

    /// <returns type="Map" />

  },

  'browser.version': function() {

    /// <summary>The version number of the rendering engine for the user's browser.</summary>

    /// <returns type="String" />

  },