Ticket #3596 (closed bug: fixed)
Replace global jQuery with dollar sign
| Reported by: | vmx | Owned by: | scott.gonzalez |
|---|---|---|---|
| Priority: | blocker | Milestone: | 1.7 |
| Component: | ui.core | Version: | 1.6rc2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Some files use "jQuery" instead of the dollar sign. This is a bad idea, as you loose the possibility to pass a custom jQuery object into the closures that surround the plugins.
It passes the test suite.
Attachments
Change History
Changed 5 years ago by vmx
-
attachment
global-jquery-to-dollar-sign.patch
added
comment:1 Changed 5 years ago by vmx
I forgot to mention that I haven't fixed the datepicker as it contains so many references to "jQuery" in onclick attributes. Fixing that would need a major refactoring.
Note: See
TracTickets for help on using
tickets.


Change "jQuery" to $