nivo slider - loading gif keeps on and on and on
问题 i have done 'everything' that manual says. included all files, adding it properly to html structure, loaded images,.. please, you can view live problem here 回答1: You are using ajaxpage to load the div with id=slider for certain categories for page.php . However, Nivo slider is looking for a div after the primary page has loaded (the $(window).load function). Somehow, you need to attach the .load function call to the page being loaded by ajaxpage . You might try adding the $(window).load call