Skip to content

Instantly share code, notes, and snippets.

@Electron-libre
Created March 22, 2010 16:19
Show Gist options
  • Save Electron-libre/340229 to your computer and use it in GitHub Desktop.
Save Electron-libre/340229 to your computer and use it in GitHub Desktop.
"#top-menu ul li a".on('click', function(e){
e.preventDefault();
$('content').load(e.target.pathname);
e.target.parent().radioClass('active');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment