Side navigation
#1181 closed bug (wontfix)
Opened May 13, 2007 08:00AM UTC
Closed March 31, 2008 01:26AM UTC
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
Attachments (0)
Change History (1)
Changed March 31, 2008 01:26AM UTC by comment:1
resolution: | → wontfix |
---|---|
status: | new → closed |
Interface is no longer supported; consider switching to jQuery UI.