Does the jQuery .click method trigger the .click event handler?
And if not is there a way to trigger the event handler (basically, on my page, links can be clicked on by the mouse or triggered by my JavaScript and I want to handle what happens for both these cases in the same way - i.e. handle all within the click event handler).
 
     
     
     
     
    