jQuery Check Methods

You are Here:

jQuery Check Methods

The following are the list of Check methods available in jQuery.

MethodExplanation
contains()Checks whether a DOM element is a descendant of another DOM element.
hasdata()Determines whether an element has any jQuery data associated with it.
index()Searches for a given element from among the matched elements.
is()Checks the current matched set of elements against a selector, element, or jQuery object.
isEmptyObject()Checks whether an object is empty.
isFunction()Determines if its argument is callable as a function.
isNumeric()Determines whether its argument represents a JavaScript number.
isPlainObject()Checks whether an object is a plain object.
isWindow()Determines whether the object is a window.
isXMLDoc()Checks whether a DOM node is within an XML document (or is an XML document).

Reminder

Hi Developers, we almost covered 99.5% of jQuery Tutorials with examples for quick and easy learning.

We are working to cover every Single Concept in jQuery.

Please do google search for:

Join Our Channel

Join our telegram channel to get an instant update on depreciation and new features on HTML, CSS, JavaScript, jQuery, Node.js, PHP and Python.

This channel is primarily useful for Full Stack Web Developer.

Share this Page

Meet the Author