This package has been deprecated

Author message:

The is-jquery-obj package has reached end-of-life and will not receive further updates.

is-jquery-obj

0.1.1 • Public • Published

jQuery Object Identification

Provides a function that checks if the given object is a jQuery object.

Usage

const isJQueryObj = require('is-jquery-obj');
 
if(isJQueryObj($('#element')))
    console.log('$ is a jQuery object.');
    
if(!isJQueryObj({ foo: 'bar' }))    
    console.log('A regular JavaScript object is not a jQuery object.');

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Published

Version History

  • Version
    Downloads (Last 7 Days)
    • Published

Package Sidebar

Install

npm i is-jquery-obj

Weekly Downloads

165,532

Version

0.1.1

License

MIT

Unpacked Size

3.46 kB

Total Files

8

Last publish

Collaborators

  • aleks-pro
  • aleksey_popov
  • alexkamaev
  • dmitry-ostashev
  • kirovboris
  • miherlosev