问题描述
在中,有一个引用来获取AnythingSlider使用旧的JQuery库,但我找不到任何地方下载AnythingSlider的旧版本。任何人都知道在哪里可以找到AnythingSlider以前的版本?
我希望使用JQuery 1.3.2的早期版本之一。
原因
我不得不在当前使用JQuery 1.3.2项目,并一直使用noConflict与现代JQuery一起运行。但是我遇到了一些问题,一些现代脚本根本不在Internet Explorer中运行(并且只能在Internet Explorer中运行)。这包括AnythingSlider。我想尝试在没有现代JQuery的情况下运行旧版本的滑块,以查看这是否有助于解决问题。
如果您点击按钮标签:v1.8.6
并通过标签
进行搜索,您可以从AnythingSlider浏览并下载所有版本。
In the AnythingSlider documentation there is a reference to getting AnythingSlider to work with older JQuery libraries, but I can't find any place to download old versions of AnythingSlider. Anyone know where to find AnythingSlider previous versions?
I would like one of the early versions that worked with JQuery 1.3.2.
Reasons
I am forced to use JQuery 1.3.2 on a current project, and have been using noConflict to run it alongside modern JQuery. However I am having problems where some of the modern scripts are not being run at all in Internet Explorer (and only in Internet Explorer). This includes the AnythingSlider. I would like to try running an older version of the slider without the modern JQuery to see if this helps to resolve the issue.
from https://github.com/CSS-Tricks/AnythingSlider/tree/v1.8.6
if you click the button tag: v1.8.6
and search by tags
you can browse and download all versions from AnythingSlider
这篇关于我在哪里可以下载AnythingSlider的旧版本?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!