Here is the page url http://meracd.com/design/disc_designer.php?disc=cd
I've used jqueryUI for the slider. But it isn't working. I've loaded jquery and jquery UI before the custom.js script.

|
Here is the page url http://meracd.com/design/disc_designer.php?disc=cd I've used jqueryUI for the slider. But it isn't working. I've loaded jquery and jquery UI before the custom.js script.
|
||||
|
|
You have multiple instances of jQuery on your page. Your jQuery UI Slider Plugin is attaching to You need to either:
|
|||||||||
|
|
You save my day in my case noConflict() solve my problem sample of my code #MVC 4
|
||||
|
|
I just want to say that I had a similar issue and solved it by upgrading my version of JQuery. I had a really old version on the site and by updating to the latest one the issue was resolved. |
|||
|
|