Skip to content

Instantly share code, notes, and snippets.

@andrewschaaf
Created February 27, 2011 11:47
Show Gist options
  • Save andrewschaaf/846125 to your computer and use it in GitHub Desktop.
Save andrewschaaf/846125 to your computer and use it in GitHub Desktop.
$("#pickcity").hover(
(-> $("#drop").show()),
(-> $("#drop").hide()))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment