Skip to content

Instantly share code, notes, and snippets.

@th3james
Created May 26, 2011 12:51
Show Gist options
  • Save th3james/993070 to your computer and use it in GitHub Desktop.
Save th3james/993070 to your computer and use it in GitHub Desktop.
$(function(){
// Activate PJAX on ul.menu links
// Response will be loaded into #main element on the page
$('ul.menu a').pjax('#main')
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment