Bootstrup enhanced jQuery slider plug-in, bootstrupjquery

Source: Internet
Author: User

Bootstrup enhanced jQuery slider plug-in, bootstrupjquery
This is a jQuery slider plug-in that has a very cool effect on the basis of the native bootstrup slider. The slider plug-in can customize the color, shape, transparency, tooltip, and other attributes of the slider. The Beautification effect is very good.

This bootstrup slider plug-in does not depend on jquery. It can also be operated in pure js mode.

Bootstrap-slider as the jQuery plug-in version

var mySlider = $("input.slider").slider(); <pre name="code" class="javascript">// Instantiate a slidervar mySlider = new Slider("input.slider", {    // initial options object}); // Call a method on the slidervar value = mySlider.getValue();<strong style="font-family: Arial, Helvetica, sans-serif;"> </strong>

 
Use native js to call bootstrup slider 

// Instantiate a slidervar mySlider = new Slider("input.slider", {    // initial options object}); // Call a method on the slidervar value = mySlider.getValue(); // For non-getter methods, you can chain together commandsmySlider    .setValue(5)    .setValue(7);



Online Demo: http://www.htmleaf.com/Demo/201502041325.html

: Http://www.htmleaf.com/jQuery/Form/201502041324.html

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.