我想使用这个真实的滑块实现:http://www.elmundio.net/projects/verticalSlider/使用这些文件:
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0a3/jquery.mobile-1.0a3.min.css" />
<link href="http://www.elmundio.net/projects/verticalSlider/verticalSlider.css" rel="stylesheet" type="text/css" />
<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
<script src="http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.js"></script>
<script src="http://www.elmundio.net/projects/verticalSlider/verticalSlider.js"></script>
但我还需要将这些文件用于其他内容:
<link rel="stylesheet" type="text/css" href="http://code.jquery.com/ui/1.10.1/themes/base/jquery-ui.css"/>
<script src="jquery-1.9.1.js"> </script>
<script src="jquery-ui.min.js"></script>
如何实现这些文件之间的兼容性。