Sha256: ac07b3af589318b6699197d464c64f3fca4636261013f1a4548b3e24195e568f
Contents?: true
Size: 393 Bytes
Versions: 11
Compression:
Stored size: 393 Bytes
Contents
(function($){ $('.clist-pagination a').live('click',function(e){ e.preventDefault(); $this = $(this); var href = $this.attr('href')+'&ajax=1'; $.post(href, '', function (data, textStatus) { if(textStatus == 'success' && data){ var $data = $(data); $('#Root_Content_set_Articles').html($data.find('#Root_Content_set_Articles').html()); } }); }); })(jQuery)
Version data entries
11 entries across 11 versions & 1 rubygems