Replicate an Ajax.ActionLink in jquery?

Replicate an Ajax.ActionLink in jquery?

Im wondering how to replicate the action link below in jquery? And if I want this ajax action to trigger after the page loads where is the best place to put it? in the onLoad() event?


<%= Ajax.ActionLink("Search More", "searchMoreSystems", "search", new { searchID = anySearchID }, new AjaxOptions { UpdateTargetId = "moreResults" })%>"