jQuery: The Write Less, Do More JavaScript Library

Plugins/Calendar/showFor

From jQuery JavaScript Library

Jump to: navigation, search


« Back to Plugins/Calendar

showFor( target )

Call up a previously attached calendar.
Arguments:
targetElement
The input field to which the calendar is attached.


Examples:
Bring up the calendar for an input field.

popUpCal.showFor($('#invokeFocus')[0]);

NameType