自动调节input textarea select的宽度 自适应输入框宽度
XML/HTML Code
- <label>Textarea:
- <textarea placeholder="Type here too"></textarea>
- </label>
- <label>Input with placeholder:
- <input placeholder="Type some text" />
- </label>
- <label>Input with intial value:
- <input value="Some text" />
- </label>
- <label>Select:
- <select>
- <option>CSS</option>
- <option>JavaScript</option>
- <option>HTML</option>
- <option>SVG</option>
- <option>WAI-ARIA</option>
- </select>
- </label>
原文地址:http://www.freejs.net/article_biaodan_684.html