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

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

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

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

目录

一、笙默考试管理系统-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

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

'holdReady': function() {

    /// <signature>

    ///   <summary>Holds or releases the execution of jQuery's ready event.</summary>

    ///   <param name="hold" type="Boolean">Indicates whether the ready hold is being requested or released</param>

    /// </signature>

  },

  'inArray': function() {

    /// <signature>

///   <summary>Search for a specified value within an array and return its index (or -1 if not found).</summary>

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

    ///   <param name="value" type="Object">The value to search for.</param>

    ///   <param name="array" type="Array">An array through which to search.</param>

    ///   <param name="fromIndex" type="Number">The index of the array at which to begin the search. The default is 0, which will search the whole array.</param>

    ///   <returns type="Number" />

    /// </signature>

  },

  'isArray': function() {

    /// <signature>

    ///   <summary>Determine whether the argument is an array.</summary>

    ///   <param name="obj" type="Object">Object to test whether or not it is an array.</param>

    ///   <returns type="boolean" />

    /// </signature>

  },

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

  'isEmptyObject': function() {

    /// <signature>

    ///   <summary>Check to see if an object is empty (contains no properties).</summary>

    ///   <param name="object" type="Object">The object that will be checked to see if it's empty.</param>

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

    /// </signature>

  },

  'isFunction': function() {

/// <signature>

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

    ///   <summary>Determine if the argument passed is a Javascript function object.</summary>

    ///   <param name="obj" type="Object">Object to test whether or not it is a function.</param>

    ///   <returns type="boolean" />

    /// </signature>

  },

  'isNumeric': function() {

    /// <signature>

    ///   <summary>Determines whether its argument is a number.</summary>

    ///   <param name="value" type="Object">The value to be tested.</param>

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

    /// </signature>

  },

  'isPlainObject': function() {

    /// <signature>

///   <summary>Check to see if an object is a plain object (created using "{}" or "new Object").</summary>

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

    ///   <param name="object" type="Object">The object that will be checked to see if it's a plain object.</param>

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

    /// </signature>

  },

  'isWindow': function() {

    /// <signature>

    ///   <summary>Determine whether the argument is a window.</summary>

    ///   <param name="obj" type="Object">Object to test whether or not it is a window.</param>

    ///   <returns type="boolean" />

    /// </signature>

  },

  'isXMLDoc': function() {

    /// <signature>

    ///   <summary>Check to see if a DOM node is within an XML document (or is an XML document).</summary>

    ///   <param name="node" type="Element">The DOM node that will be checked to see if it's in an XML document.</param>

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

    /// </signature>

  },