Skip to content

Instantly share code, notes, and snippets.

@crccheck
Created January 20, 2011 17:25
Show Gist options
  • Save crccheck/788227 to your computer and use it in GitHub Desktop.
Save crccheck/788227 to your computer and use it in GitHub Desktop.
$('*').hover(function(){ var t = $(this); t.css('outline',t.parents().length + 'px solid red'); }, function(){ $(this).css('outline','0 none'); })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment