Is there something similar to jQuery's live()
-method in dojo? I have some content that's being loaded with ajax, and need that content to get the same event connections.
dojo.query(".allTheseElements").connect("onclick", function() { /***/ }
And then have the dynamically loaded content fire on this too.