<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.

Reply via email to