Created
April 24, 2015 19:24
-
-
Save malcolmp/df5bdf53a7295a4ebab5 to your computer and use it in GitHub Desktop.
Bolero Login QTip
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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