[jQuery] Simple click event
[jQuery] Simple click event
I created an email link, that I want invoked ("clicked") on page load.
I thought I could simply do:
$().ready(function() {
$("#thelink").click()
})
Do I need to do something else?
Thanks.
Topic Participants
bjruth
kswedberg