Skip to content

Instantly share code, notes, and snippets.

@vaderj
Last active June 12, 2018 17:06
Show Gist options
  • Save vaderj/df613afc69b2814c50b8 to your computer and use it in GitHub Desktop.
Save vaderj/df613afc69b2814c50b8 to your computer and use it in GitHub Desktop.
Insert a parameter for flash "blind" (unable to use standard jQuery / DOM selectors due to encapsulation within nested <HTML><body></body></HTML>) #Javascript #SharePoint
$("<param name="wmode" value="transparent" />").insertBefore($(".ctl00_ctl50_g_d370373b_d026_4d10_95e6_b036fd690c31").contents().find('param.name:contains("allowFullScreen")'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment