본문 바로가기

Story/Jquery

javascript 이용 flash param 값 변경

반응형

Replace value of object param with Greasemonkey
$('#flashc param[name="allowFullScreen"]').val ("true");
var jNewFlash = $('#flashc').clone (true);
$('#flashc').replaceWith (jNewFlash)

 

출처 http://stackoverflow.com/questions/4473739/replace-value-of-object-param-with-greasemonkey

반응형