Skip to content

Instantly share code, notes, and snippets.

@sgreenfield
Created October 26, 2011 19:41
Show Gist options
  • Save sgreenfield/1317555 to your computer and use it in GitHub Desktop.
Save sgreenfield/1317555 to your computer and use it in GitHub Desktop.
$(this).bind('mouseover focusin mouseleave blur', function(e){
e.stopImmediatePropagation();
})
.attr('title','')
.tooltip({
content: function(){ return IG.Tmpl.partials["schedules_quick_add"]; },
position: {
my: 'left bottom',
at: 'left top',
of: $(this),
offset: '0 -6'
}
}).tooltip('open');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment