function show_pwd() { /* $("#locker-button").hide(); */ var $ht = $('#div-pwd'), htp; $ht.fadeIn(2000); htp = $ht.offset().top; $('html,body').animate({'scrollTop':htp}, 1000); $("#div-pwd").fadeIn(500); $("#iframe-offers").attr("src", $("#iframe-offers").attr("data-src")); // $("#locker-instructions").fadeIn(500); // $("#comments-container").fadeIn(500); };