Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rule idea: prefer-over-jquery #4

Open
captbaritone opened this issue Jan 15, 2016 · 1 comment
Open

Rule idea: prefer-over-jquery #4

captbaritone opened this issue Jan 15, 2016 · 1 comment

Comments

@captbaritone
Copy link
Owner

Prefer underscore to jQuery helpers where analogous.

Maybe this should be it's own library?

@captbaritone
Copy link
Owner Author

The following jQuery utility functions have Underscore equivalents:

  • jQuery.extend() (If called with more than one argument)
  • jQuery.each()
  • jQuery.grep()
  • jQuery.inArray()
  • jQuery.isArray()
  • jQuery.isEmptyObject()
  • jQuery.isFunction()
  • jQuery.isNumeric()
  • jQuery.merge()
  • jQuery.noop()
  • jQuery.now()
  • jQuery.proxy()
  • jQuery.makeArray()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant