Sha256: 90c924c6d20b884a939073d6876f118e60539980934964d566476a11ba03b943
Contents?: true
Size: 299 Bytes
Versions: 3
Compression:
Stored size: 299 Bytes
Contents
$(document).ready(function() { $(document).on("click", "#pagination .pagination a", function() { $.getScript(this.href); return false; }); $(document).on("change", "#pagination select", function() { $.getScript($(this).attr('local_url') + "&per_page=" + $(this).val()); }); });
Version data entries
3 entries across 3 versions & 1 rubygems