-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
problems load slider() conflict jquery-ui.js #443
Comments
You did not load bootstrap-slider at all. You can try to use http://rawgit.com/ if that's your hold up, but as is, the jsfiddle isn't showing anything. |
I'm trying http://jsfiddle.net/rubenscd/4nw35fue/1/ (with branch master) don't work. |
That's because it's probably cached. You have to link to a specific commit. Also, why are you using jQuery UI anyway? See #442. |
have tried the bootstrapSlider() today, without caching, worked perfectly, thank you. |
Sounds good to me. |
@seiyria Sounds not good to me. Jquery-ui-slider is almost loaded by default by wordpress on the admin side. For some reasons, developpers often need others libs than jquery-ui, even if the features are almost the same. The problem is that we can't dequeue ui-slider because it's often loade by others plugins and so on ... So, calling .slider() initiate jquery-ui slider instead of yours, calling .bootstrapSlider() return an undefined function. It's quite not good for you because a lot of users would abandon your script to switch to another solution, for a reported problem since a so long time, and still unfixed (#132). Hope that can help you. Best regards. |
@seiyria said
Really stupid mind. When you are developping an app using dependencies, and sub-dependencies, both libs can be loaded by different libs/plugins/authors. @seiyria said
Oh yeah ? what did you comment about my issues since I came here ? Nothing, except "hey! give me a PR". So, I don't care that you do not appreciate my snide remarks, a kid like you just deserve them. |
The other thread was locked for a reason. This one will now be too. |
slider() don't load with jquery-ui latest version
example with 5.1.0 bootstrap-slider version http://jsfiddle.net/4nw35fue/
I'm sorry, I could not locate a cdn with version 5.1.1 to test tb.
The text was updated successfully, but these errors were encountered: