How to type in two text fields simulatenously (jQuery)
Posted
by tester
on Stack Overflow
See other posts from Stack Overflow
or by tester
Published on 2010-05-25T22:03:12Z
Indexed on
2010/05/25
22:11 UTC
Read the original article
Hit count: 129
jQuery
|jquery-plugins
I was unsuccessful in finding a jQuery plugin that allowed me to write in two inputs simultaneously.
I'm trying to write a normal title in one field, and at the same time type in another input write the same text without special characters or spaces.
e.g.
Input 1: This is my Title!
Input 2: ThisIsMyTitle
© Stack Overflow or respective owner