[jQuery] Re: trigger click on an anchor

2009-07-13 Thread James
t; > - Original Message - > From: "pedalpete" > To: "jQuery (English)" > Sent: Monday, July 13, 2009 9:55 AM > Subject: [jQuery] Re: trigger click on an anchor > > jQuery doesn't care what you are linking to, as long as that file is > there, it

[jQuery] Re: trigger click on an anchor

2009-07-13 Thread Cesar Sanz
t: Monday, July 13, 2009 9:55 AM Subject: [jQuery] Re: trigger click on an anchor jQuery doesn't care what you are linking to, as long as that file is there, it will be retrieved (I can't think of any reason why not).' you could use $('#clickme').click(function() that

[jQuery] Re: trigger click on an anchor

2009-07-13 Thread pedalpete
jQuery doesn't care what you are linking to, as long as that file is there, it will be retrieved (I can't think of any reason why not).' you could use $('#clickme').click(function() that would I believe be more efficient On Jul 13, 8:45 am, sso wrote: > if I have a link on my page like this