Skip to content

Instantly share code, notes, and snippets.

@plus7
Created October 13, 2011 05:18
Show Gist options
  • Save plus7/1283455 to your computer and use it in GitHub Desktop.
Save plus7/1283455 to your computer and use it in GitHub Desktop.
for(var i=0;i<20;i++){var elem = document.querySelectorAll(".langbtn")[2]; var evt = document.createEvent( "MouseEvents" );evt.initEvent( "mouseup", false, true ); elem.dispatchEvent( evt ); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment