I want to use jQuery to add a click handler to a link. When the link is clicked by the user, jQuery needs to find a nearby panel button, trigger a click on that, wait until the panel opens (about a second) and then allow the browser to do the natural action for the link -- an anchor down the page to a location previously hidden under the collapsed panel.I want to use jQuery to add a click handler to