[jQuery] How to get event handler function?

[jQuery] How to get event handler function?


<label id="mylabel" onclick="myOnclickFunction()">My Label</label>
How to get the "myOnclickFunction()" _string_ with jQuery?
JavaScript getAttribute("onclick") works fine, but I want to do it
through jQuery.