I\'d like to make a click event fire on an tag programmatically.
Just calling click() doesn\'t seem to do anything or at lea
My solution for Safari with jQuery and jQuery-ui:
$("").appendTo("body").focus().trigger('click');