Attach behaviour to elements with a CSS-like syntax. Remove inline code and keep your markup clean. EventX is a standards compliant, cross-browser method to separate behaviour from structure. ...
Attach behaviour to elements with a CSS-like syntax. Remove inline code and keep your markup clean. EventX is a standards compliant, cross-browser method to separate behaviour from structure. Example --> A.popup { onclick: window.open(this.href); return false }