I don't think rjgotten's suggestion of triggering events on the control's DOM element will work because the control's element (this.element) will be null and you'll get an error trying to call "trigger" on null
↧