Advertisement
manchumahara

Forshabab

Mar 11th, 2013
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.41 KB | None | 0 0
  1. $('a.popcollection').hover(
  2.                     function () {
  3.                                 //console.log("mouse on");
  4.                                 $(this).popover('show')
  5.                             },
  6.                             function () {
  7.                               //console.log("mouse out");
  8.                               $(this).popover('hide')
  9.                             }
  10.             );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement