Skip to content

Instantly share code, notes, and snippets.

@simondahla
Last active December 19, 2015 07:19
Show Gist options
  • Save simondahla/5917738 to your computer and use it in GitHub Desktop.
Save simondahla/5917738 to your computer and use it in GitHub Desktop.
Workaround for VWO Duplicate content due to jQuery loop
if (!vwo_$('#newUniqeIdentifier').length) {
// Do your vwo_$ stuff here
// vwo_$('<h1>Foo</h1>').replaceWith( '<h1 id="newUniqeIdentifier">Bar</h1>' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment