Skip to content

Instantly share code, notes, and snippets.

@lawrencebrown
Created February 7, 2012 14:36
Show Gist options
  • Save lawrencebrown/1759969 to your computer and use it in GitHub Desktop.
Save lawrencebrown/1759969 to your computer and use it in GitHub Desktop.
tipsy start
<script type="text/javascript">
(function($){
$('ul.dd li').tipsy({gravity: $.fn.tipsy.autoNS});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment