Side navigation
#1653 closed bug (fixed)
Opened September 17, 2007 07:38PM UTC
Closed January 18, 2009 04:06AM UTC
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.
Attachments (0)
Change History (1)
Changed January 18, 2009 04:06AM UTC by comment:1
resolution: | → fixed |
---|---|
status: | new → closed |
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.