Entradas

Mostrando las entradas etiquetadas como jquery

jProgBar

Overview jProgBar is a jQuery progress bar plugin. Demo http://jprogbar.googlecode.com/hg/jProgBar.html Download http://jprogbar.googlecode.com/hg/ Usage $('#youid').progbar(value) To Do Documentation, possibility to change status text. Licensing LGPL

jStars

Overview jStars is a jQuery star rating plugin Demo http://jstars-xl.googlecode.com/hg/jStars.html Download http://jstars-xl.googlecode.com/hg/ Usage $('#youid').stars({ rated:false, // already rated stars: 5, // n of stars step:1, // step val:0, // initial value starwidth:28, starimg:"jStars.png", onchange: function(v){}, onrating: function(v){} }) To Do Documentation, rerating option Licensing LGPL

jSlider

El proyecto se encuentra desactualizado Overview jSlider is a jQuery slider plugin. Demo http://jslid.googlecode.com/hg/jSlider.html Download http://jslid.googlecode.com/hg/jSlider.js Usage $('#yousliderid').slider({ min:0, //minimum value max:100, //maximum value val:50, //initial value onchange:function(v) { } }) To Do Step option, more demos ... Licensing LGPL