$("#embed_div textarea").focus(function (){ $(this).select(); }) var tab_cookie='tab_down'; $('ul.tabs').on('click', 'li:not(.current)', function() { $(this).addClass('current').siblings().removeClass('current') .parents('div.section').find('div.box').eq($(this).index()).fadeIn(150).siblings('div.box').hide(); }); $("#iew,#ieh").change(function (){ var ww = $("#iew").val(); var hh = $("#ieh").val(); ww = ww.replace(/\D/g,''); hh = hh.replace(/\D/g,''); if(!ww)ww=640; if(!hh)hh=360; tt = $("#iet").val(); tt = tt.replace(/ WIDTH=\d+ HEIGHT=\d+ /,' WIDTH='+ww+' HEIGHT='+hh+' '); $("#iet").val(tt); });