Browse Source

Update the jQuery to 3.2.1 from 3.0.0

And remove more newlines.
pull/378/head
Szabó Gergő 8 years ago committed by GitHub
parent
commit
88fb6794a2
  1. 12
      demo/demo.html

12
demo/demo.html

@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="../responsiveslides.css"> <link rel="stylesheet" href="../responsiveslides.css">
<link rel="stylesheet" href="demo.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 src="../responsiveslides.min.js"></script>
<script> <script>
// You can also use "$(window).load(function() {" // You can also use "$(window).load(function() {"
@ -55,8 +55,6 @@
<h1>ResponsiveSlides.js</h1> <h1>ResponsiveSlides.js</h1>
<h2>Simple &amp; lightweight responsive slideshow plugin (in 1kb)</h2> <h2>Simple &amp; lightweight responsive slideshow plugin (in 1kb)</h2>
<!-- Slideshow 1 --> <!-- Slideshow 1 -->
<ul class="rslides" id="slider1"> <ul class="rslides" id="slider1">
<li><img src="images/1.jpg" alt=""></li> <li><img src="images/1.jpg" alt=""></li>
@ -64,8 +62,6 @@
<li><img src="images/3.jpg" alt=""></li> <li><img src="images/3.jpg" alt=""></li>
</ul> </ul>
<!-- Slideshow 2 --> <!-- Slideshow 2 -->
<ul class="rslides" id="slider2"> <ul class="rslides" id="slider2">
<li><a href="#"><img src="images/1.jpg" alt=""></a></li> <li><a href="#"><img src="images/1.jpg" alt=""></a></li>
@ -73,8 +69,6 @@
<li><a href="#"><img src="images/3.jpg" alt=""></a></li> <li><a href="#"><img src="images/3.jpg" alt=""></a></li>
</ul> </ul>
<!-- Slideshow 3 --> <!-- Slideshow 3 -->
<ul class="rslides" id="slider3"> <ul class="rslides" id="slider3">
<li><img src="images/1.jpg" alt=""></li> <li><img src="images/1.jpg" alt=""></li>
@ -89,8 +83,6 @@
<li><a href="#"><img src="images/3_thumb.jpg" alt=""></a></li> <li><a href="#"><img src="images/3_thumb.jpg" alt=""></a></li>
</ul> </ul>
<!-- Slideshow 4 --> <!-- Slideshow 4 -->
<div class="callbacks_container"> <div class="callbacks_container">
<ul class="rslides" id="slider4"> <ul class="rslides" id="slider4">
@ -114,8 +106,6 @@
<li><h3>Example 4 callback events</h3></li> <li><h3>Example 4 callback events</h3></li>
</ul> </ul>
<a href="http://responsiveslides.com/" id="download">See the documentation</a> <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> <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> </div>

Loading…
Cancel
Save