0

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

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

4

1 回答 1

1

您可以使用 JQuery 的noConflict来实现您想要的兼容性。

于 2013-02-28T14:45:38.793 回答