[jQuery] .is(":event")
[jQuery] .is(":event")
hi everyone!
is there any possibility to find out if there is event binded to the
element?
some kind of $("#id").is(":event(click)")
now i'm using $("#id").is("[onclick]"); but it don't works if event is
binded with jQuery