Looking for a jquery plug-in for volume control like this, thank you!
Thank you for your answer! Don't sink!
slider in jQuery UI
http://jqueryui.com/demos/slider/#rangemin
You can see various samples in the right column
jQuery UI slider
http://jqueryui.com/demos/slider/#rangemin
You can see various samples in the right column
Thank you!
This seems to meet my requirements !
I don’t know if there is a simpler one! !
It’s not that jquery ui is bad, it’s just that it’s too big and I don’t need so many things.
And I need to easily customize my own appearance.
How about this?
http://dev.opera.com/articles/view/custom-html5-video-player-with-css3-and-jquery/
Opera browser official tutorial, and yahoo ui have A fight.
I wonder if there is a simpler one! !
It’s not that jquery ui is bad, it’s just that it’s too big and I don’t need so many things.
And I need to easily customize my own appearance.
You don’t need to add the entire JQuery UI file, but only the part you need. If you want to implement this function, you only need to add the following files:
jquery-1.7.1.min.js,jquery .ui.core.min.js,jquery.ui.widget.min.js,jquery.ui.mouse.min.js,jquery.ui.slider.min.js
I use 2 Brother Lou, jquery-ui achieved the effect, which involved some style references, and I transformed it.
The effect was achieved, but when I integrated what I made into the website (made by others), I found that the styles conflicted, because the website also uses jqury-ui, and I changed jquery-ui a lot.