Skip to content

Instantly share code, notes, and snippets.

@ArunGupta25
Created October 15, 2013 23:26
Show Gist options
  • Save ArunGupta25/7000215 to your computer and use it in GitHub Desktop.
Save ArunGupta25/7000215 to your computer and use it in GitHub Desktop.
jQuery ->
$(document).on "click",'.pagination a[data-remote=true]', (e) ->
history.replaceState {}, '', $(@).attr('href')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment