この 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>
これらのファイル間の互換性を実現するにはどうすればよいですか。