简体   繁体   中英

jQuery date range slider - how to increase decrease range

Can anyone point me to a working plugin of this kind:

date range slider with plus minus buttons

I am not a developer, but the developers in my organisation say it's rather difficult to achieve. So if there is a plugin of this sort somewhere, I could just point it out to them!

Thanks in anticipation!

You can use JqRangeSlider. Here is the link for download that library Link- http://ghusse.github.io/jQRangeSlider/index.html

Sample Code for this plugin

<!DOCTYPE>
  <html>
  <head>
    <meta charset="utf-8"/>
    <title>example</title>
    <link rel="stylesheet" href="css/iThing.css" type="text/css" />
  </head>
  <body>
    <h1>Hello world</h1>
    <div id="slider"></div>
    <script src="jquery.js"></script>
    <script src="jquery-ui.custom.js"></script>
    <script src="jQDateRangeSlider-min.js"></script>
    <script>
    //<!--
      $("#slider").dateRangeSlider();
    //-->
    </script>
  </body>
</html>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM