Problem using Event when slider is changed
Hi!
I am currently using the following jquery Mobile together with jquery.
- <link rel="stylesheet" href="themes/klaus-theme.min.css" />
- <link rel="stylesheet" href="jquery.mobile-1.4.5.min.css" />
- <script src="jquery-1.10.1.min.js"></script>
- <script src="jquery.mobile-1.4.5.min.js">
I am trying to use the exakt same fiddle at this url, and no event is triggered after changing the slider in my code...
Are there any problems with jquery mobile 1.4.5 with jquery 1.10.1 ?
thanks,