[jQuery] Following link with jQuery

[jQuery] Following link with jQuery


Is there any way to have jQuery simulate the click event, to the point
of even following the link? $(...).click() will trigger other events,
but not follow the link - I'm looking for a complete click simulation.
(There must be some way using JavaScript - I know Selenium simulates
this...)