Posts

Showing posts from February, 2024

Rangeslider

  Nguồn: http://ionden.com/a/plugins/ion.rangeslider/start.html#a_using_public_callbacks Download Go to CSS folder to get latests styles for plugin. Go to JS folder to get latest JS file. Ion.RangeSlider comes with 6 build-in skins. If you want to modify any of skins, or add a new one - go to LESS folder in zip-archive. Download latest  jQuery library . Download CDN Use  CDNjs  or  JSdelivr  to get latest version of plugin and jQuery. <!--Plugin CSS file with desired skin--> < link rel = " stylesheet " href = " https://cdnjs.cloudflare.com/ajax/libs/ion-rangeslider/2.3.1/css/ion.rangeSlider.min.css " /> <!--jQuery--> < script src = " https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js " > </ script > <!--Plugin JavaScript file--> < script src = " https://cdnjs.cloudflare.com/ajax/libs/ion-rangeslider/2.3.1/js/ion.rangeSlider.min.js " > </ script