Text inputs

Home Search

Text inputs

The text input plugin has the following methods:

enable enable a disabled text input

$('.selector').textinput('enable');			
				
disable disable a text input

$('.selector').textinput('disable');