Jquery: Update css from a form entry.
- by Chad Whitaker
Hello,
I'm new to jQuery and I want to have a input box from a form called "width" and when you type a value (lets say "300") it will instantly update the div "#box" to a width of 300px.
Thank you!