Opened 15 years ago
Closed 15 years ago
#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: | |
Blocked by: | Blocking: |
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 (4)
comment:1 follow-up: 2 Changed 15 years ago by
comment:3 Changed 15 years ago by
Owner: | set to iMarc |
---|
comment:4 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
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?