JQuery“包含”混乱

时间:2013-02-28 14:44:52

标签: javascript html5 css3 jquery

我想使用这个真实的滑块实现: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>

如何实现这些文件之间的兼容性。

1 个答案:

答案 0 :(得分:1)

您可以使用JQuery的noConflict来实现所需的兼容性。