Onclick Expand Textbox Width

后端 未结 6 819
滥情空心
滥情空心 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 06:55

    Here a working example based on @wsanville's example with the requested delay. (Note I also added an effect to return it on loss of focus, you can remove that easily)

    Working Example

    **edited the size of the textbox

提交回复
热议问题