Does Dojo have an equivalent to jQuery.trigger()?

后端 未结 7 1083
情书的邮戳
情书的邮戳 2020-12-11 02:11

In jQuery, you can do this:

$(\'#myElement\').trigger(\'change\');

How do I do that in Dojo?

7条回答
提交回复
热议问题