View Single Post
Old 09-07-2012, 08:18 PM   PM User | #1
jkurrle
New Coder

 
Join Date: Jan 2012
Posts: 41
Thanks: 21
Thanked 1 Time in 1 Post
jkurrle is an unknown quantity at this point
Is there something faster than onchange?

I am building a form that, based on whether a text box is filled in or not, either enables or disables certain form fields. What I'm seeing is that there is a noticeable delay as you leave the text field to see the following fields either enable or disable. Is there a more responsive javascript technique than using onchange? Also, what kind of overhead does it entail? I'd be using the technique across a form with hundreds of inputs...

Last edited by jkurrle; 09-07-2012 at 08:58 PM.. Reason: Issue is Resolved
jkurrle is offline   Reply With Quote