How do I make an expanding textbox?

前端 未结 3 1795
情话喂你
情话喂你 2021-02-04 18:50

I want to make a textbook where it starts out as a given width/height. Then if users type more then the given amount of space, the textbox expands downward. How do I go about do

3条回答
  •  无人及你
    2021-02-04 19:27

    jQuery AutoResize Plugin
    http://james.padolsey.com/javascript/jquery-plugin-autoresize/

    Steps to use:

    You need jQuery. To add it to your page:

    
    

    Then, download the plugin and put it in the same folder as your web page. To reference it, add this to your web page:

    
    

    Next, add a textbox to your page:

    
    

    Finally, in a script block, add the code that hooks up the plugin to the textbox:

    
    

提交回复
热议问题