Looking for a jquery plug-in_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 12:14:53
Original
810 people have browsed it



Looking for a jquery plug-in for volume control like this, thank you!


Reply to discussion (solution)

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.

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template