Line 44: | Line 44: | ||
$(document).ready(function() { | $(document).ready(function() { | ||
− | + | setInterval(function(){ alert("Hello"); }, 1000); | |
var total_number_of_images = $('ul.image_slider li').length; | var total_number_of_images = $('ul.image_slider li').length; | ||
var counter = 1; | var counter = 1; | ||
Line 62: | Line 62: | ||
}); | }); | ||
− | + | ||
Revision as of 19:32, 29 January 2018