"); $(".loading").show(); var newlast = getLast; $.getJSON("http://api.tribunnews.com/ajax/latest_section/?callback=?", {start: newlast,section:'1',img:'thumb2'}, function(data) { $.each(data.posts, function(key, val) { newlast = newlast + 1; if(val.video) { var vthumb = ""; var vtitle = " "; } else { var vthumb = ""; var vtitle = ""; } if(val.thumb) img = " "+vthumb+"
"; else img = ''; if(val.c_title) cat = ""+val.c_title+""; else cat = ''; $("#latestul").append("
"+img+""); }); $(".loading").remove(); }); } else if (getLast > 150) { if ($("#ltldmr").length == 0){ $("#latestul").append(''); } } } }); }); function loadmore(){ if ($("#ltldmr").length > 0) $("#ltldmr").remove(); var getLast = parseInt($("#latestul > div:last-child").attr("data-sort")); $("#latestul").append(""); $(".loading").show(); var newlast = getLast ; $.getJSON("http://api.tribunnews.com/ajax/latest_section/?callback=?", {start: newlast,section:'1',img:'thumb2',total:'40'}, function(data) { $.each(data.posts, function(key, val) { newlast = newlast + 1; if(val.video) { var vthumb = ""; var vtitle = " "; } else { var vthumb = ""; var vtitle = ""; } if(val.thumb) img = " "+vthumb+"
"; else img = ''; if(val.c_title) cat = ""+val.c_title+""; else cat = ''; $("#latestul").append("
"+img+""); }); $(".loading").remove(); }); }