Skip to main content

Bug Tracker

Side navigation

#1820 closed enhancement (invalid)

Opened October 18, 2007 03:35PM UTC

Closed October 24, 2007 10:12AM UTC

patch: do not use the $ function in ui.calendar.js

Reported by: csi Owned by:
Priority: trivial Milestone: 1.2.2
Component: ui 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)

Attachments (1)
Change History (1)

Changed October 24, 2007 10:12AM UTC by rworth comment:1

resolution: → invalid
status: newclosed

calendar has the dollar sign ($) correctly handled by doing

(function($)

...

})(jQuery);

This allows for use of the dollar sign ($) within the function without conflicts.