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 not working #96

Open
anmolsharma25 opened this issue Jun 30, 2014 · 1 comment
Open

Slider not working #96

anmolsharma25 opened this issue Jun 30, 2014 · 1 comment

Comments

@anmolsharma25
Copy link

I have added all the support files

<script src="~/Content/slider/jquery.slider.js"></script>
<script src="~/Content/slider/draggable-0.1.js"></script>
<script src="~/Content/slider/jquery-1.7.1.js"></script>
<script src="~/Content/slider/jquery.dependClass-0.1.js"></script>
<script src="~/Content/slider/jquery.numberformatter-1.2.3.js"></script>

<link href="~/Content/slider/jslider.css" rel="stylesheet" />
<script src="~/Content/slider/jshashtable-2.1_src.js"></script>
<link href="~/Content/slider/jslider.plastic.css" rel="stylesheet" />

<script src="~/Content/slider/tmpl.js"></script>

<!--Slider ends-->

this is my input tag

Thats my script

<script type="text/javascript" charset="utf-8"> jQuery("#Slider2").slider({ from: -1, to: 1, step: 0.1, round: 1, dimension: 'px', skin: 'plastic' }); </script>

Can Anybody please help me

@SmartFactory
Copy link

Just change the order of your js files, like in index.html

<!-- bin/jquery.slider.min.css -->
<link rel="stylesheet" href="css/jslider.css" type="text/css">
<link rel="stylesheet" href="css/jslider.blue.css" type="text/css">
<link rel="stylesheet" href="css/jslider.plastic.css" type="text/css">
<link rel="stylesheet" href="css/jslider.round.css" type="text/css">
<link rel="stylesheet" href="css/jslider.round.plastic.css" type="text/css">
<script type="text/javascript" src="js/jquery-1.7.1.js"></script>

<!-- bin/jquery.slider.min.js -->
<script type="text/javascript" src="js/jshashtable-2.1_src.js"></script>
<script type="text/javascript" src="js/jquery.numberformatter-1.2.3.js"></script>
<script type="text/javascript" src="js/tmpl.js"></script>
<script type="text/javascript" src="js/jquery.dependClass-0.1.js"></script>
<script type="text/javascript" src="js/draggable-0.1.js"></script>
<script type="text/javascript" src="js/jquery.slider.js"></script>

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

2 participants