zeke (owner)

Revisions

gist: 207455 Download_button fork
public
Public Clone URL: git://gist.github.com/207455.git
Embed All Files: show embed
JavaScript #
1
2
3
$(document).ready(function() {
  $('#categories>li>a').click(function() { alert($(this).attr('href')) } );
});