Slider

Home Search

Slider

The slider plugin has the following methods:

enable enable a disabled slider

$('.selector').slider('enable');			
				
disable disable a slider

$('.selector').slider('disable');			
				
refresh update the slider

If you manipulate a slider via JavaScript, you must call the refresh method on it to update the visual styling.

			
$('.selector').slider('refresh');