The slider plugin has the following methods:
enable
$('.selector').slider('enable');
disable
$('.selector').slider('disable');
refresh
The slider should be refreshed whenever the input's value is changed programmatically.
$('.selector').slider('refresh');