Echo JS 0.11.0

<~>
kaszu 1437 days ago. link 1 point
This is bad for accessibility. Since href is not a valid attribute to for example <p>, assistive technologies will ignore it.

Technically you should be using event delegation instead of attaching events to the elements on DOMSubtreeModified.

Replies