jQuery: The Write Less, Do More JavaScript Library

Plugins/Calendar/disableFor

From jQuery JavaScript Library

Jump to: navigation, search


« Back to Plugins/Calendar

disableFor( target )

Disable 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:
Disable the calendar for an input field.

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

NameType