How to code based clicking of Ajax links with Jquery

Posted by cnkt on Stack Overflow See other posts from Stack Overflow or by cnkt
Published on 2010-04-13T10:47:56Z Indexed on 2010/04/13 10:53 UTC
Read the original article Hit count: 313

Filed under:
|

How can i implement a code for auto-clicking

<a href="#" class="link">test</a>

type links?

$('a.link').click();

doesn't work

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about AJAX