$("#five").trigger("click");
This will click a button with an id called ‘five’
If you have a problem try this
setTimeout(function() { $("#five").trigger('click'); },10);