This page is not a refrence for the slider widget it is just sample content do not refrence this page for slider widget usage! For the slider widget please see Slider Widget
The slider plugin has the following methods:
enable
$('.selector').slider('enable');
disable
$('.selector').slider('disable');
refresh
If you manipulate a slider via JavaScript, you must call the refresh method on it to update the visual styling.
$('.selector').slider('refresh');