1、新建一个html文件,命名为test.html,用于讲解jquery如何修改textarea的宽度。
3、在script标签内,获得select对象,通过width()方法将textarea的宽度修改为150px。