Binesh Dobhal

Results 3 comments of Binesh Dobhal

![limit](https://user-images.githubusercontent.com/4167725/33699248-fc510ee8-db37-11e7-9eab-3dfa5e209902.png) I have added two span elements with min and max value and style them to look attached to the slider. ` $100.00$1944`

$('#la').simpleSlider("setValue",500);

I have customised the slider in order to achieve it 1. Add "setRange" Function to public methods `publicMethods = ["setRatio", "setValue",'setRange'];` 2. Define the "setRange" function ' SimpleSlider.prototype.setRange = function(maxValue)...