Side navigation
#1909 closed bug (fixed)
Opened November 09, 2007 08:14PM UTC
Closed November 19, 2007 01:47PM UTC
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.
Attachments (0)
Change History (4)
Changed November 09, 2007 08:23PM UTC by comment:1
Changed November 12, 2007 06:53AM UTC by comment:2
Already changed - will appear in the next release.
Changed November 19, 2007 01:47PM UTC by comment:3
owner: | → iMarc |
---|
Changed November 19, 2007 01:47PM UTC by comment:4
resolution: | → fixed |
---|---|
status: | new → closed |
Replying to [ticket:1909 mnichols]:
It turns out this is only in the mouseover/out events. I changed it to jQuery instead of $...please change in source?