Created
April 24, 2015 19:24
-
-
Save malcolmp/df5bdf53a7295a4ebab5 to your computer and use it in GitHub Desktop.
Revisions
-
malcolmp created this gist
Apr 24, 2015 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ 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 } }); });