K('input[name=addheight]').click(function(e) { var height = parseInt(editor1.height.substr(0,editor1.height.indexOf("px")))+100; editor1.resize('textarea_id', height+'px', '', true, false); });
为什么我这样只执行一次????
我连续执行怎么办?
并让滚动动自动下移,如何实现?