在本文中,我们将查找所有文本区域并使用 jQuery 制作边框。要为 textarea 元素添加边框,我们使用 css() 方法。 css() 方法用于更改所选元素的样式属性。 jQuery 中的 css() 可以以不同的方式使用。 css() 方法可用于检查所选元素的属性的当前值。
句法:
$(selector).css(property)
返回值:它将返回所选元素的属性值。
例子:
HTML
GeeksforGeeks
How to find all textareas and
makes a border using jQuery?
输出:
点击按钮前:
点击按钮后: