Opened 15 years ago
Closed 14 years ago
#1653 closed bug (fixed)
Standardize UI libraries (and plugins) to use jQuery() vs $()
Reported by: | sosensible | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.2.1 |
Component: | plugin | Version: | 1.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
This doesn't mean internally it has to be coded this way, but it should be externally. Another way of putting it is the end users should never have to run the noConflict() function after including custom/plugin libraries. This is not best practice.
Note: See
TracTickets for help on using
tickets.
Agreed, and the documentation recommends doing that.
http://docs.jquery.com/Plugins/Authoring
Plugin authors won't always follow the rules; if you find a plugin that doesn't work because of this issue, contact the author.