Search input

Home Search

Search input

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');