ide(); jQuery(".mobile-container").bind('mouseenter',function(){ jQuery('.mobile-show').show(); }) jQuery(".mobile-container").bind('mouseleave',function(){ jQuery('.mobile-show').hide(); }); }); $('.myclose').click(function() {$(".videowrap").hide()}); function showCode(url) {$(".videowrap").find("b").html(url);$(".videowrap").show();}