News

An input field takes whatever you type and displays it in another box as you type. I did this project to practice JavaScript input fields and event listeners. This was my first JavaScript project.
You can find demo and documentation here. Options can be passed via data attributes or JavaScript. $('input[type="checkbox"]').checkbox({ buttonStyle: 'btn-link ...