Skip to content

Instantly share code, notes, and snippets.

@defunkt
Created November 21, 2008 21:49
Show Gist options
  • Save defunkt/27651 to your computer and use it in GitHub Desktop.
Save defunkt/27651 to your computer and use it in GitHub Desktop.
$('a[href=#][alt^=""]').livequery('hover', function() {
window.status = $(this).attr('alt')
}, function() {
window.status = ''
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment