Modify ↓
Ticket #1909 (closed bug: fixed)
DatePicker Doesnt Use JQuery Alias
| Reported by: | mnichols | Owned by: | iMarc |
|---|---|---|---|
| Priority: | major | Milestone: | 1.2.2 |
| Component: | ui | Version: | 1.2.1 |
| Keywords: | DatePicker | Cc: | |
| Blocking: | Blocked by: |
Description
DatePicker uses the alias '$' in within the control which doesn't respect the environment. For example, if the alias '$j' is used on the page for jQuery integration with other libraries datepicker breaks on certain events such as onmouseover which dynamically adds a class.
To Test, simply use the noConflict call on jQUery and assign $j to that. Then try to use the date picker.
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.

Replying to mnichols:
It turns out this is only in the mouseover/out events. I changed it to jQuery instead of $...please change in source?