The slider plugin has the following methods:
enable
$('select').slider('enable');
disable
$('select').slider('disable');
refresh
//refresh value $('select').slider('refresh'); //refresh and force rebuild $('select').slider('refresh', true);