jQuery Mobile Textinput 小部件自动增长选项
jQuery Mobile 是一种基于 Web 的技术,用于制作可在所有智能手机、平板电脑和台式机上访问的响应式内容。在本文中,我们将使用 jQuery Mobile Textinput Widget autogrow 选项来更新 textarea 元素的大小。 textarea 的大小根据内容元素而变化。此选项用于 textarea 元素。
句法:
$( ".selector" ).textinput({
autogrow: boolean
});
CDN 链接:首先,添加您的项目所需的 jQuery Mobile 脚本。
例子:
HTML
GeeksforGeeks
jQuery Mobile Textinput Widget autogrow Option
输出:
参考: https://api.jquerymobile.com/textinput/#option-autogrow