Skip to content

Instantly share code, notes, and snippets.

@incognitozen
Last active June 19, 2020 07:15
Show Gist options
  • Save incognitozen/e83c745c9a73f4c2bc44ab0ba824b46a to your computer and use it in GitHub Desktop.
Save incognitozen/e83c745c9a73f4c2bc44ab0ba824b46a to your computer and use it in GitHub Desktop.
JS link clicker on class with noconflict
$J = jQuery.noConflict();
$J(function() {
$J('.vote').click();
});
window.location.reload(true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment