Skip to content

azu/lookup-jquery-ast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lookup-jquery-ast [POC]

Detect if variable is jQuery object.

var $body = $(document.body)
$body.html(str);
// => $body.html is jQuery method

Dependency:

Installation

npm install
# example.js
node index.js

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT

About

Detect if variable is jQuery object.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published