Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slider does not properly on chrome. #76

Open
ghost opened this issue Jul 10, 2013 · 1 comment
Open

Slider does not properly on chrome. #76

ghost opened this issue Jul 10, 2013 · 1 comment

Comments

@ghost
Copy link

ghost commented Jul 10, 2013

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.

@darul75
Copy link

darul75 commented Nov 28, 2013

hi, please give more details about it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant