deyanp19 / JScriptListenersExample

listeners and handlers using html5 and JS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JScriptListenersExample

listeners and handlers using html5 and JS

Technologies used

HTML

JS

CSS

This simple code inllustrate the use of EVENT LISTENERS. They are attached to html evement and change in the state of that element(input text box) reflects into the change of the function that listenes for keystrokes and changes an element on the same page. The example includes the data- attribute thatallows us to store anything as an attribute and this way distinguish element's marckup.

https://deyanp19.github.io/JScriptListenersExample/

Thanks Jon Ducket JS and jQuery

About

listeners and handlers using html5 and JS


Languages

Language:CSS 64.3%Language:JavaScript 29.0%Language:HTML 6.6%