- Joined
- Jan 15, 2016
- Messages
- 822
- Reaction score
- 1,225
- Points
- 418
- Age
- 31
Okay I wrote an ez script for noblis but it won't work for some reason. Not sure why
Any advice?$(document).keydown(function(e){
if(e.keyCode == 49)
{
$("input[value='none']").click();
$("button[id='nextbutton']").click();
}
});