I need to trigger the click event on a link and then, if none of the listeners prevented the default, change the location.
This is what I\'ve got so far:
http://docs.jquery.com/Events/trigger#eventdata
$('a#my_special_link').trigger("click");