jQuery to bind input value to span or div???

Posted by Stefan on Stack Overflow See other posts from Stack Overflow or by Stefan
Published on 2011-02-11T15:18:30Z Indexed on 2011/02/11 15:25 UTC
Read the original article Hit count: 158

Filed under:

Please excuse me if this is a newbie question. I am new to this.

I would like that a user fill out a form with their info and, just before clicking submit, there to be a summary of details area where they confirm their details are correctly entered.

So is it possible for me to "bind" specific inputs to specific spans or divs and as they type (or maybe onBlur?) the span would reflect what is written in the respective input???

© Stack Overflow or respective owner

Related posts about jQuery