A Place to share web design/development Knowledge with friends
$().ready(function() { $('#someLinkId').click(); }); or
$().ready(function() { $('#someLinkId').trigger("click"); });
No comments:
Post a Comment