Advertisement
Guest User

Untitled

a guest
Aug 8th, 2012
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var clickAction = function(){
  2.         $('#OL_Icon_55').append("<em class='well'>Hello World</em>", function() {
  3.             $(this).hover(function () {
  4.                 $(".well").hide();
  5.             });
  6.         });
  7.     }
  8.     $("body").one("mouseenter",clickAction);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement