Skip to main content

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)

Attachments (0)
Change History (2)

Changed October 24, 2007 10:12AM UTC by rdworth 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.

Changed May 24, 2008 03:39AM UTC by comment:2

milestone: 1.2.2

Milestone 1.2.2 deleted