') } } })} }, 1000 ); }); $(".load-more-blogs").click(function () { $.ajax({ url: Wo_Ajax_Requests_File(), type: 'GET', dataType: 'json', data: {f:"load-blogs",offset:($(".wow_main_blogs").length > 0) ? $(".wow_main_blogs:last").attr('id') : 0,id:14}, success:function(data){ if (data['status'] == 200) { $(".latest-blogs h5.search-filter-center-text").remove(); $(".latest-blogs").append(data['html']) }else{ $(".posts_load").remove() } } }) }); });