笙默考试管理系统-jquery-1.8.2.intellisense(3)
目录
一、笙默考试管理系统-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
'dequeue': function() {
/// <signature>
/// <summary>Execute the next function on the queue for the matched element.</summary>
/// <param name="element" type="Element">A DOM element from which to remove and execute a queued function.</param>
/// <param name="queueName" type="String">A string containing the name of the queue. Defaults to fx, the standard effects queue.</param>
/// </signature>
},
二、笙默考试管理系统-jquery-1.8.2.intellisense
'each': function() {
/// <signature>
/// <summary>A generic iterator function, which can be used to seamlessly iterate over both objects and arrays. Arrays and array-like objects with a length property (such as a function's arguments object) are iterated by numeric index, from 0 to length-1. Other objects are iterated via their named properties.</summary>
/// <param name="collection" type="Object">The object or array to iterate over.</param>
/// <param name="callback(indexInArray, valueOfElement)" type="Function">The function that will be executed on every object.</param>
/// <returns type="Object" />
/// </signature>
},
三、笙默考试管理系统-jquery-1.8.2.intellisense
'error': function() {
/// <signature>
/// <summary>Takes a string and throws an exception containing it.</summary>
/// <param name="message" type="String">The message to send out.</param>
/// </signature>
},
'extend': function() {
/// <signature>
/// <summary>Merge the contents of two or more objects together into the first object.</summary>
/// <param name="target" type="Object">An object that will receive the new properties if additional objects are passed in or that will extend the jQuery namespace if it is the sole argument.</param>
三、笙默考试管理系统-jquery-1.8.2.intellisense
/// <param name="object1" type="Object">An object containing additional properties to merge in.</param>
/// <param name="objectN" type="Object">Additional objects containing properties to merge in.</param>
/// <returns type="Object" />
/// </signature>
/// <signature>
/// <summary>Merge the contents of two or more objects together into the first object.</summary>
四、笙默考试管理系统-jquery-1.8.2.intellisense
/// <param name="deep" type="Boolean">If true, the merge becomes recursive (aka. deep copy).</param>
/// <param name="target" type="Object">The object to extend. It will receive the new properties.</param>
/// <param name="object1" type="Object">An object containing additional properties to merge in.</param>
/// <param name="objectN" type="Object">Additional objects containing properties to merge in.</param>
/// <returns type="Object" />
/// </signature>
},