I want to use jQuery to expand the width of a input textbox during onclick.
For example, if the input has a default width of 100px, when the user clicks in it to ty
Here's an updated example on jsfiddle that animates, and returns to the default size on blur.
For reference, see jQuery Animate docs.