For example
<span class="signin" onclick="test()">aaaa</span>
Enter following script in command line under FireBug console Tab:
alert($(".signin").get(0).onclick)
HTH
Becoder
On Wed, Oct 28, 2009 at 7:45 PM, jayarjo <jayarjo@gmail.com> wrote:
I wonder if I can see somewhere what events are binded to a DOM
element (in FireBug maybe). Maybe it's obvious, but I just don't know
yet if it's even possible.
No comments:
Post a Comment