Skip to content

Instantly share code, notes, and snippets.

@malcolmp
Created April 24, 2015 19:24
Show Gist options
  • Select an option

  • Save malcolmp/df5bdf53a7295a4ebab5 to your computer and use it in GitHub Desktop.

Select an option

Save malcolmp/df5bdf53a7295a4ebab5 to your computer and use it in GitHub Desktop.
Bolero Login QTip
require(["jquery","qtip"], function($){
$("a.user-login").qtip({
content: { text: "Login or Register" },
style: { classes: "ui-tooltip-shadow ui-tooltip-button ui-tooltip-bolero" },
position: { my: "top center", at: "bottom center" },
tip: { corner:false }
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment