does jquery have an equivalent of dojo.connect() ?

Posted by harobed on Stack Overflow See other posts from Stack Overflow or by harobed
Published on 2010-05-23T10:19:38Z Indexed on 2010/05/23 10:20 UTC
Read the original article Hit count: 301

Filed under:
|
|
|
|

Forgive my ignorance as I am not as familiar with jquery. Is there an equivalent to dojo.connect() ?

I found this solution : http://think-robot.com/2009/06/hitch-object-oriented-event-handlers-with-jquery/

But there isn't disconnect feature !

Do you know other solution in jquery ? There are jquery.connect but this plugin not work in my tests.

Thanks for your help,
Stephane

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery