hyTags
HomeHome DocumentationDocumentation

selection-remove-event-handler

Removes an event handler attribute from the selected element.
Parameter
Type
Description
name
String
Name of the event handler attribute to remove
return
void
Void
Test Case:Remove event handler
    <div></div>
    
    <selection-remove-event-handler name="click">
    
    👆 Try to change something!
  • Test succeeded Test failed