jslider icon indicating copy to clipboard operation
jslider copied to clipboard

Multiple selectors

Open todotresde opened this issue 13 years ago • 1 comments

Is possible to have multiple selectors? As in JQueryUi Slider?

Something like :

slider({ values: [0,200,300,500], from: 0, to: 500, scale: [0, '|', 200, '|', '300', '|', 500], limits: false, step: 1 });

Thanks!

todotresde avatar Aug 10 '12 13:08 todotresde

Do you mean multiple selectors in one page, like in this example? If so, yes.

mitchellrj avatar Mar 11 '13 11:03 mitchellrj