Is there a jQuery Click method?

Posted by jedd on Stack Overflow See other posts from Stack Overflow or by jedd
Published on 2008-12-05T13:21:59Z Indexed on 2010/04/28 16:03 UTC
Read the original article Hit count: 157

Filed under:

I'm trying to click on a link using jquery. There only appears to be a click event that replicates "onclick" (i.e user input). Is it possible to use jquery to actually click a link?

© Stack Overflow or respective owner

Related posts about jQuery