例如:<div><p>A lot of text that goes off the page so you have to scroll down.........p></div>$(window).resize(function(){});
这工作和附加的段落,如预期的大小调整,但它也附加时,我向
有一个简单的可编辑的标题和段落,有高度限制。标题输入文本字段必须是底部对齐的,这意味着它应该在输入文本时从下到上调整自身的大小。同时,段落文本字段自上而下调整自身大小。我不知道如何使它从底部/顶部调整大小。以下是html代码:<h1 contenteditable="true" style="max-height:70px;overflow:hidden;">
This is a headline<