jQuery Utilities

<div class="fixed ui-header ui-bar-inherit">
<div class="f kv _SWb">
<p class="action-menu ab_ctl"><a href="//itsourcecode.com/wp-content/uploads/2016/05/jquery-javascript.png"><img class="alignnone size-full wp-image-3473" src="//itsourcecode.com/wp-content/uploads/2016/05/jquery-javascript.png" alt="jquery-javascript" width="630" height="430"></a>There are lots of <strong>utility functions</strong> that the <strong>jQuery provide</strong>. These functions can be use to<strong> perform Javascript Task</strong> with ease. These are also very helpful most specially when completing certain<strong> programming task</strong>.</p>
<h1 class="action-menu ab_ctl"></h1>
</div>
</div>
<div class="content ui-content">
<h2><span class="heading">Below are the commonly used jQuery utilities</span></h2>
<p>&nbsp;</p>
<p>&nbsp;</p>
<table id="myTable" class="ui-shadow ui-table ui-table-reflow">
<thead>
<tr>
<td align="center"><strong>Method</strong></td>
<td align="center"><strong>Discription</strong></td>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><b class="ui-table-cell-label">.clearQueue()</b></td>
<td><b class="ui-table-cell-label"></b>It removes from&nbsp;the queue all items that have not yet been run.</td>
</tr>
<tr>
<td><b class="ui-table-cell-label"></b><strong>.dequeue()</strong></td>
<td><b class="ui-table-cell-label"></b>This executes the&nbsp;next function on the queue for the matched elements.</td>
</tr>
<tr class="odd">
<td><b class="ui-table-cell-label"></b><strong>jQuery.boxModel</strong></td>
<td><b class="ui-table-cell-label"></b>It states if the&nbsp;current page, in the user's browser, is being rendered using&nbsp;the W3C CSS Box Model. This property was removed in jQuery 1.8.&nbsp;Please try to use feature detection instead.</td>
</tr>
<tr>
<td><b class="ui-table-cell-label"></b><strong>jQuery.fn.extend()</strong></td>
<td><b class="ui-table-cell-label"></b>It merge the&nbsp;contents of an object onto the jQuery prototype to provide new&nbsp;jQuery instance s.</td>
</tr>
<tr class="odd">
<td><b class="ui-table-cell-label"></b><strong>jQuery.globalEval()</strong></td>
<td><b class="ui-table-cell-label"></b>Executes some&nbsp;JavaScript code globally.</td>
</tr>
<tr>
<td><b class="ui-table-cell-label"></b><strong>jQuery.browser</strong></td>
<td><b class="ui-table-cell-label"></b>It contain flags for the useragent, read from navigator.userAgent. This&nbsp;property was removed in jQuery 1.9 and is available only&nbsp;through the Query.migrate plugin. Please try to use feature&nbsp;detection instead.</td>
</tr>
<tr class="odd">
<td><b class="ui-table-cell-label"></b><strong>jQuery.contains()</strong></td>
<td><b class="ui-table-cell-label"></b>This check to see&nbsp;if a DOM element is a escendant of another DOM element.</td>
</tr>
<tr>
<td><b class="ui-table-cell-label"></b><strong>jQuery.data()</strong></td>
<td><b class="ui-table-cell-label"></b>It stores&nbsp;arbitrary data associated with the specified element and/or&nbsp;return the value that was set.</td>
</tr>
<tr class="odd">
<td><b class="ui-table-cell-label"></b><strong>jQuery.dequeue()</strong></td>
<td><b class="ui-table-cell-label"></b>It executes the&nbsp;next function on the queue for the matched element.</td>
</tr>
<tr>
<td><b class="ui-table-cell-label"></b><strong>jQuery.each()</strong></td>
<td><b class="ui-table-cell-label"></b>Serves as a generic iterator function, that&nbsp;can be used to seamlessly iterate over&nbsp;both objects and arrays.</td>
</tr>
<tr class="odd">
<td><b class="ui-table-cell-label"></b><strong>jQuery.extend()</strong></td>
<td><b class="ui-table-cell-label"></b>It merges the&nbsp;contents of two or more objects together into the first&nbsp;object.</td>
</tr>
<tr>
<td><b class="ui-table-cell-label"></b><strong>jQuery.grep()</strong></td>
<td><b class="ui-table-cell-label"></b>This finds the&nbsp;elements of an array that&nbsp;satisfies a filter function and it does not affect the original array.</td>
</tr>
<tr class="odd">
<td><b class="ui-table-cell-label"></b><strong>jQuery.inArray()</strong></td>
<td><b class="ui-table-cell-label"></b>This search for a&nbsp;specified value within an array and return its index (or -1 if&nbsp;not found).</td>
</tr>
<tr>
<td><b class="ui-table-cell-label"></b><strong>jQuery.isArray()</strong></td>
<td><b class="ui-table-cell-label"></b>It determine&nbsp;whether the argument is an array.</td>
</tr>
<tr class="odd">
<td><b class="ui-table-cell-label"></b><strong>jQuery.isEmptyObject()</strong></td>
<td><b class="ui-table-cell-label"></b>This check to see&nbsp;if an object is empty (contains no enumerable properties).</td>
</tr>
<tr>
<td><b class="ui-table-cell-label"></b><strong>jQuery.isFunction()</strong></td>
<td><b class="ui-table-cell-label"></b>It determine if&nbsp;the argument passed is a JavaScript function object.</td>
</tr>
<tr class="odd">
<td><b class="ui-table-cell-label"></b><strong>jQuery.isNumeric()</strong></td>
<td><b class="ui-table-cell-label"></b>Determines&nbsp;whether its argument is a number.</td>
</tr>
<tr>
<td><b class="ui-table-cell-label"></b><strong>jQuery.isPlainObject()</strong></td>
<td><b class="ui-table-cell-label"></b>This check to see&nbsp;if an object is a plain object</td>
</tr>
<tr class="odd">
<td><b class="ui-table-cell-label"></b><strong>jQuery.isWindow()</strong></td>
<td><b class="ui-table-cell-label"></b>It determines&nbsp;whether the argument is a window.</td>
</tr>
<tr>
<td><b class="ui-table-cell-label"></b><strong>jQuery.isXMLDoc()</strong></td>
<td><b class="ui-table-cell-label"></b>This check&nbsp;if a DOM node is within an XML document or is an XML&nbsp;document.</td>
</tr>
<tr class="odd">
<td><b class="ui-table-cell-label"></b><strong>jQuery.makeArray()</strong></td>
<td><b class="ui-table-cell-label"></b>It convert an&nbsp;array-like object into a true JavaScript array.</td>
</tr>
<tr>
<td><b class="ui-table-cell-label"></b><strong>jQuery.map()</strong></td>
<td><b class="ui-table-cell-label"></b>This translates all&nbsp;items in an array or object to new array of items.</td>
</tr>
<tr class="odd">
<td><b class="ui-table-cell-label"></b><strong>jQuery.merge()</strong></td>
<td><b class="ui-table-cell-label"></b>It merge the&nbsp;contents of two arrays together into the first array.</td>
</tr>
<tr>
<td><b class="ui-table-cell-label"></b><strong>jQuery.isFunction()</strong></td>
<td><b class="ui-table-cell-label"></b>It determine if&nbsp;the argument passed is a JavaScript function object.</td>
</tr>
<tr class="odd">
<td><b class="ui-table-cell-label"></b><strong>jQuery.isNumeric()</strong></td>
<td><b class="ui-table-cell-label"></b>This determines&nbsp;whether its argument is a number.</td>
</tr>
<tr>
<td><b class="ui-table-cell-label"></b><strong>jQuery.isPlainObject()</strong></td>
<td><b class="ui-table-cell-label"></b>It check to see&nbsp;if an object is a plain object (created using "{}" or "new&nbsp;Object").</td>
</tr>
<tr class="odd">
<td><b class="ui-table-cell-label"></b><strong>jQuery.isWindow()</strong></td>
<td><b class="ui-table-cell-label"></b>It determine&nbsp;whether the argument is a window.</td>
</tr>
<tr>
<td><b class="ui-table-cell-label"></b><strong>jQuery.noop()</strong></td>
<td><b class="ui-table-cell-label"></b>An empty&nbsp;function.</td>
</tr>
<tr class="odd">
<td><b class="ui-table-cell-label"></b><strong>jQuery.now()</strong></td>
<td><b class="ui-table-cell-label"></b>It return a&nbsp;number representing the current time.</td>
</tr>
<tr>
<td><b class="ui-table-cell-label"></b><strong>jQuery.parseHTML()</strong></td>
<td><b class="ui-table-cell-label"></b>This parses a&nbsp;string into an array of DOM nodes.</td>
</tr>
<tr class="odd">
<td><b class="ui-table-cell-label"></b><strong>jQuery.parseJSON()</strong></td>
<td><b class="ui-table-cell-label"></b>This takes a&nbsp;well-formed JSON string and returns the resulting JavaScript&nbsp;value.</td>
</tr>
<tr>
<td><b class="ui-table-cell-label"></b><strong>jQuery.parseXML()</strong></td>
<td><b class="ui-table-cell-label"></b>It parses a&nbsp;string into an XML document.</td>
</tr>
<tr class="odd">
<td><b class="ui-table-cell-label"></b><strong>jQuery.proxy()</strong></td>
<td><b class="ui-table-cell-label"></b>It takes a&nbsp;function and returns a new one that will always have a&nbsp;particular context.</td>
</tr>
<tr>
<td><b class="ui-table-cell-label"></b><strong>jQuery.queue()</strong></td>
<td><b class="ui-table-cell-label"></b>This show or&nbsp;manipulate the queue of functions to be executed on the matched&nbsp;element.</td>
</tr>
<tr class="odd">
<td><b class="ui-table-cell-label"></b><strong>jQuery.removeData()</strong></td>
<td><b class="ui-table-cell-label"></b>It removes a&nbsp;previously-stored piece of data.</td>
</tr>
<tr class="odd">
<td><b class="ui-table-cell-label"></b><strong>jQuery.trim()</strong></td>
<td><b class="ui-table-cell-label"></b>This remove the&nbsp;whitespace of a string.</td>
</tr>
<tr>
<td><b class="ui-table-cell-label"></b><strong>jQuery.type()</strong></td>
<td><b class="ui-table-cell-label"></b>it determine the&nbsp;internal JavaScript [[Class]] of an object.</td>
</tr>
<tr class="odd">
<td><b class="ui-table-cell-label"></b><strong>jQuery.unique(</strong>)</td>
<td>It removes the duplicates in an array of DOM elements and it only works on arrays of DOM elements.</td>
</tr>
<tr>
<td><b class="ui-table-cell-label"></b><strong>.queue()</strong></td>
<td><b class="ui-table-cell-label"></b>It&nbsp;manipulates the queue of functions to be executed on the matched&nbsp;elements.</td>
</tr>
</tbody>
</table>
</div>

For all students who need programmer for your thesis system or anyone who needs a sourcecode in any programming languages. You can contact me @ :

Email – [email protected]
Mobile No. – 09305235027 – tnt

Leave a Comment