Opened 16 years ago
Closed 15 years ago
#1181 closed bug (wontfix)
Interface using $ alias (breaks prototype compatibility)
Reported by: | logankoester | Owned by: | stefan |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | interface | Version: | |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I haven't the time to look into this further, but a quick search through the compressed Interface 1.2 code revealed several results for the string "$(".
Depending on the $ alias is a bad idea, as it will cause problems in environments where $ is not jQuery (in my case, a Rails app, $ is used by Prototype).
Use 'jQuery' instead to avoid this conflict.
http://skindeep.logankoester.com/a-reminder-about-best-practice-for-jquery-plugin-authors
Note: See
TracTickets for help on using
tickets.
Interface is no longer supported; consider switching to jQuery UI.