Jquery slider with gradscales
Posted
by
Karthik
on Stack Overflow
See other posts from Stack Overflow
or by Karthik
Published on 2010-12-21T06:48:50Z
Indexed on
2010/12/21
6:54 UTC
Read the original article
Hit count: 209
hi folks
I am using this jquery ui for the slider.here i want the gradscale like
poor----excellecnt-------average------good
how do this in this script?
<script src="../../Scripts/jquery.ui.core.js" type="text/javascript"></script>
<script src="../../Scripts/jquery.ui.widget.js" type="text/javascript"></script>
<script src="../../Scripts/jquery.ui.mouse.js" type="text/javascript"></script>
<script src="../../Scripts/jquery.ui.slider.js" type="text/javascript"></script>
<script type="text/javascript">
$(function () {
$("#slider").slider();
});
</script>
© Stack Overflow or respective owner