/** * jquery jslides 1.1.0 * * http://www.cactussoft.cn * * copyright (c) 2009 - 2013 jerry * * dual licensed under the mit and gpl licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html */ $(function(){ var numpic = $('#slides li').size()-1; var nownow = 0; var inout = 0; var tt = 0; var speed = 5000; $('#slides li').eq(0).siblings('li').css({'display':'none'}); // load the images $('#slides .hdhe-lazyslide').each(function(){ $(this).css({ 'background-image': 'url(' + $(this).attr('data-bg') + ')' }) }); var ulstart = '