$(function(){ /* video popup */ /*var movie = ''; $(".play, .more").click(function(){ var vt = $(this).parents(".list_wrap").offset().top; $(".video_pop").css({"display": "block", "top": vt}); $(".pop_wrap").prepend(movie); $("#bg").fadeIn(); }); $(".pop_close").click(function(){ $(".video_pop").hide(); $(".pop_wrap").empty(); $("#bg").fadeOut(); });*/ });