« Back
Sammy.Application bind ( name, data, callback )
Works just like jQuery.fn.bind() with a couple noteable differences.
- It binds all events to the application element
- All events are bound within the
eventNamespace() - Events are not actually bound until the application is started with
run() - callbacks are evaluated within the context of a Sammy.EventContext
comments powered by Disqus