Deeplinks

Home Search

Important: This page is just sample content for deeplinking demo

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

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');