In jQuery, you can do this:
$(\'#myElement\').trigger(\'change\');
How do I do that in Dojo?
I recently stumbled upon Dojo's publish/subscribe mechanism, and I think this is the counterpart to jQuery's bind/trigger.
Links: