Browse Source

Move (window).load inside comments

pull/126/head
Viljami S 12 years ago
parent
commit
f720a78272
  1. 4
      demo/demo.html
  2. 4
      demo/themes/themes.html

4
demo/demo.html

@ -9,8 +9,8 @@
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script src="../responsiveslides.min.js"></script>
<script>
// You can also use "$(function () {"
$(window).load(function() {
// You can also use "$(window).load(function() {"
$(function () {
// Slideshow 1
$("#slider1").responsiveSlides({

4
demo/themes/themes.html

@ -9,8 +9,8 @@
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script src="../../responsiveslides.min.js"></script>
<script>
// You can also use "$(function () {"
$(window).load(function() {
// You can also use "$(window).load(function() {"
$(function () {
// Slideshow 1
$("#slider1").responsiveSlides({

Loading…
Cancel
Save