Skip to content

Instantly share code, notes, and snippets.

@harmo
Created January 14, 2015 13:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save harmo/9ae1dd98531363430a47 to your computer and use it in GitHub Desktop.
Save harmo/9ae1dd98531363430a47 to your computer and use it in GitHub Desktop.
if(location.href.search('paginate_by') > 0){
regExp = /paginate_by=(\d+)/;
location.href = location.href.replace(regExp, 'paginate_by='+val);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment