Viagora

  • Últimas
  • Piauí
  • Política
  • Polícia
  • Municípios
  • TV Viagora
  • Geral
  • (function ($) { $('#newsLazyLoadLink').on('click', function () { var link = $(this); var page = link.data('page'); var category = link.data('href'); $.ajax({ type: 'post', url: category, data: { 'page': page, 'high_news': '[121346, 121328, 121343, 121345, 121341, 121333, 121338, 121337, 121342, 121335, 121315, 121316, 93484, 119589, 93484, 118446, 121291, 121300, 121267, 121206, 120358]', 'high_articles': '[58173]', 'high_tv': '[]', 'csrfmiddlewaretoken': window.CSRF_TOKEN // from index.html }, success: function (data) { // if there are still more pages to load, // add 1 to the "Load More Posts" link's page data attribute // else hide the link if (data.has_next) { link.data('page', page + 1); } else { link.hide(); } // append html to the posts div $('#more-postages').append(data.postages_html); }, error: function (xhr, status, error) { // shit happens friends! } }); }); }(jQuery));