-
-
Save incognitozen/e83c745c9a73f4c2bc44ab0ba824b46a to your computer and use it in GitHub Desktop.
JS link clicker on class with noconflict
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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