Skip to content

Instantly share code, notes, and snippets.

@BJClark
Created December 2, 2009 04:20
Show Gist options
  • Save BJClark/246940 to your computer and use it in GitHub Desktop.
Save BJClark/246940 to your computer and use it in GitHub Desktop.
$(document).ready(function(){
$("#loc-adv a").click(function(){
$("#map").slideToggle("slow");
return false;
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment