Place for some configs

Li Europan lingues es membres del sam familie. Lor separat existentie es un myth. Por scientie, musica, sport etc, litot Europa usa li sam vocabular. Li lingues differe solmen in li grammatica, li pronunciation e li plu commun vocabules. Omnicos directe al desirabilite de un nov lingua franca: On refusa continuar payar custosi traductores.

Slider v 1.1.1

Sliders which extend the jQuery UI Sliders with some nice functions

Options read more about inline data attributes

Check out the jQuery slider options for the standard options

optiondefaultpossible valuesdescriptionsinceinfo
valuenullnumber sets a start value for a slider1.0
valuesnullarray sets a start values for a range slider1.0
connectnullid of the connected DOM element parse the query string from the location and fill the form with the data1.0If no input field is connected the slider value will be used on form submit
tooltipfalsetrue | false activates a tooltip on the handler(s)1.1uses the tipsy plugin
tooltipGravity['s','w']'n', 'e', 's', 'w' The position of the hadler tooltip. tooltipGravity[0] is for horizontal sliders and tooltipGravity[1] is for vertical sliders1.1value can be a simple string (optional)
tooltipPattern%nString The pattern for the tooltip '%n' gets replaced with the current value1.1

Methods

Check out the jQuery slider method for the standard methods

method nameargumentsdescriptionsinceinfo
valuenumber sets the value of the slider.1.0
valuesnumber | array sets the values of the slider. Could be a number or an array for range sliders1.0

Usage

$(selector).wl_Slider([options]);

Calling Methods

$(selector).wl_Slider('method', [,arg [,arg]]);
Setting Values for Single Sliders
$(selector).wl_Slider('value', value);
Setting Values for Range Sliders
$(selector).wl_Slider('values', [value1, value2]); OR
$(selector).wl_Slider('values', value1, value2);

Markup

<div class="slider"></div>

Range Slider

<div class="slider" data-range="true|min|max"></div>

Examples

1st Slider Area 2st Slider Area