首页 >

基于jquery的让textarea自适应高度的插件【jquery】

web前端|js教程

基于jquery的让textarea自适应高度的插件【jquery】

jquery,textarea,自适应高度
web前端-js教程
Introduction
1. This textarea is like the google calendar’s description when you create one new or update one existence calendar;
2. Its height will be changed accroding to user’s input;
3. Its scrollbar is removed, which makes it much user friendly. I guess you may like it.
中值滤波 源码,ubuntu开机进去终端,tomcat路径上的问号,小说爬虫框架,PHP文件显示乱码,seo影响seo吗lzw
Using the code
在线知识社区源码,ubuntu清除联网记录,爬虫系统技术点,系统 php 源码,绒布球SEOlzw
1. import the jquery.js and textarea.js
电竞娱乐平台源码,ubuntu 全志 环境,tomcat线程池的作用,木头小爬虫,使用php生成临时链接,seo上词皆赞乐云seolzw
2. add the following css

.autoHeight{border:1px solid #666666; width:300px; height:60px; line-height:20px; font:11px verdana; overflow:hidden;}

3. add one textare html control

4. make it works
$(document).ready(function () {
$(“.autoHeight”).TextAreaAutoHeight();
});


  • 暂无相关文章