Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the jQuery to 3.2.1 from 3.0.0 #378

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 1 addition & 11 deletions demo/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="../responsiveslides.css">
<link rel="stylesheet" href="demo.css">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/3.0.0/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="../responsiveslides.min.js"></script>
<script>
// You can also use "$(window).load(function() {"
Expand Down Expand Up @@ -55,26 +55,20 @@
<h1>ResponsiveSlides.js</h1>
<h2>Simple &amp; lightweight responsive slideshow plugin (in 1kb)</h2>



<!-- Slideshow 1 -->
<ul class="rslides" id="slider1">
<li><img src="images/1.jpg" alt=""></li>
<li><img src="images/2.jpg" alt=""></li>
<li><img src="images/3.jpg" alt=""></li>
</ul>



<!-- Slideshow 2 -->
<ul class="rslides" id="slider2">
<li><a href="#"><img src="images/1.jpg" alt=""></a></li>
<li><a href="#"><img src="images/2.jpg" alt=""></a></li>
<li><a href="#"><img src="images/3.jpg" alt=""></a></li>
</ul>



<!-- Slideshow 3 -->
<ul class="rslides" id="slider3">
<li><img src="images/1.jpg" alt=""></li>
Expand All @@ -89,8 +83,6 @@ <h2>Simple &amp; lightweight responsive slideshow plugin (in 1kb)</h2>
<li><a href="#"><img src="images/3_thumb.jpg" alt=""></a></li>
</ul>



<!-- Slideshow 4 -->
<div class="callbacks_container">
<ul class="rslides" id="slider4">
Expand All @@ -114,8 +106,6 @@ <h2>Simple &amp; lightweight responsive slideshow plugin (in 1kb)</h2>
<li><h3>Example 4 callback events</h3></li>
</ul>



<a href="http://responsiveslides.com/" id="download">See the documentation</a>
<p class="footer">ResponsiveSlides.js is created by <a href="http://viljamis.com">@viljamis</a>. It's released under the MIT license. If you have any questions or feedback you can use the <a href="https://github.com/viljami/ResponsiveSlides.js">GitHub project page</a>.</p>
</div>
Expand Down