Text inputs

Home

Text inputs

The text input plugin has the following methods:

enable enable a disabled text input.

$('select').selectmenu('enable');			
				
disable disable a text input.

$('select').selectmenu('disable');