Search and Top Navigation
#1820 closed enhancement (notabug)
Opened October 18, 2007 03:35PM UTC
Closed October 24, 2007 10:12AM UTC
Last modified May 24, 2008 03:39AM UTC
patch: do not use the $ function in ui.calendar.js
Reported by: | csi | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | ui.core | Version: | 1.2.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
That would be great if official plugins showed the good example and do no use the shortcut function $ instead of unconflicted one jQuery.
Here is a patch for ''ui.calendar.js'' (1.0)
calendar has the dollar sign ($) correctly handled by doing
(function($)
...
})(jQuery);
This allows for use of the dollar sign ($) within the function without conflicts.