You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have Implemented this jquery.slider.min.js for showing slider. In firefox it working fine but in chrome when I firstly slide right button in right side and then try to slide left button in any side, it does not change its value.
Implemented code is here.
in my gsp:
I have Implemented this jquery.slider.min.js for showing slider. In firefox it working fine but in chrome when I firstly slide right button in right side and then try to slide left button in any side, it does not change its value.
Implemented code is here.
in my gsp:
In my script:
<script type="text/javascript" charset="utf-8"> jQuery("#SliderForUnEmployed").slider({ from: 0, to: 160000, step: 500, scale: ['£0', '£20k', '£40k', '£60k', '£80k', '£100k', '£120k', '£140k', '£160k'], smooth: true, round: 0, dimension: " £", skin: "plastic" }); </script>can you please reproduce this bug and resolve it. Or any problem in my code.
Your help will be appreciate.
The text was updated successfully, but these errors were encountered: