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.

Revisions

  1. malcolmp created this gist Apr 24, 2015.
    8 changes: 8 additions & 0 deletions bolero-login-qtip-example.js
    Original 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 }
    });
    });