/* -----------------------------------------------* * * @copyright (c) luft co.,ltd. * @link http://www.luft.co.jp/ * @date 2011.12.21 * @project Senshu Kiwanis Official Website * @author Nao Egami * * Dual licensed under the MIT (MIT-LICENSE.txt) * and GPL (GPL-LICENSE.txt) licenses. * * -----------------------------------------------*/ function ScrollLoader(){ var click = 0; var cnt = 0; var max = 0; var maxclick = 0; var timestamp = (new Date()).getTime(); var obj = $.getJSON("./scload/?click=-1&time="+timestamp); obj.success(function(data) { $.each(data,function(){ max++; }); maxclick = (max-6)/2; maxclick--; }); obj.complete(function() { $(window).bind('scroll', scLoad); }); obj.error(function() { alert('読み込めませんでした。更新ボタンを押してください。'); }); function scLoad(){ var ScrTop = parseInt($(this).scrollTop()); var winH = $(window).height(); var docH = $(document).height()-winH-400; if(ScrTop > docH && maxclick > click){ $('#thumbs').append('
';
} else {
var cat_IDTag = '
';
}
$('#thumbs > ul').append('