Modify ↓
Ticket #1181 (closed bug: wontfix)
Interface using $ alias (breaks prototype compatibility)
| Reported by: | logankoester | Owned by: | stefan |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | interface | Version: | |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Interface is no longer supported; consider switching to jQuery UI.