Onclick Expand Textbox Width

后端 未结 6 818
滥情空心
滥情空心 2020-12-30 06:39

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

6条回答
  •  感动是毒
    2020-12-30 07:08

    Here's an updated example on jsfiddle that animates, and returns to the default size on blur.

    For reference, see jQuery Animate docs.

提交回复
热议问题