Dear All,
i have more than 20 dijit/form/Select on my widget.some time user select only 2 and some time 5 and some time all 20.All are dynamically created.i dont want to write the change event for all dijit/form/Select controls one by one.I want there should be one change event that should i call for all and after this i check the ID of the dijit/form/Select control and call the proper function according to ID.in jquery i have performed this.But in dojo and custom widget in web app builder,i dont know how to acheive this task.if this is possible how to to perform.Thanks in advance.