Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2017
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <script>$(document).ready(function() {
  2. $("i.fa").popover({'trigger':'hover'});
  3.  
  4. <i rel="popover" data-content="hey" class="fa fa-share-alt fa-lg" aria-hidden="true"></i>
  5.  
  6. [rel="popover"]{
  7. cursor: pointer;
  8. display:inline-block; /* chrome-fix */
  9. }
  10. i.fa {
  11. display: inline-block;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement