Skip to content

Instantly share code, notes, and snippets.

View Electron-libre's full-sized avatar

Cedric Brancourt Electron-libre

View GitHub Profile
"#top-menu ul li a".on('click', function(e){
e.preventDefault();
$('content').load(e.target.pathname);
e.target.parent().radioClass('active');
});