I am a newbie in Coffeescript and would like to use the delegate() method in jquery 1.6.4. The method signature is .delegate( selector, eventType, handler ). How do I go about calling this method in Coffeescript? I am using Rails 3.1.
Thanks,
Dany.
just like any other method in coffeescript?
i feel like i’m missing something about your question…