jQuery: The Write Less, Do More JavaScript Library

Plugins/Calendar/enableFor

From jQuery JavaScript Library

Jump to: navigation, search


« Back to Plugins/Calendar

enableFor( target )

Enable an input field and its attached calendar.
Arguments:
targetElement,String,jQuery selection
The input field to which the calendar is attached, or a selector for the input fields, or an existing jQuery selection.


Examples:
Enable the calendar for an input field.

popUpCal.enableFor($('#invokeFocus'));

NameType