jQuery 中 css() 方法的用途是什么?
在本文中,我们将看到如何使用 css() 方法使用 jQuery 动态设置元素的样式。 css() 方法用于更改所选元素的样式属性。
句法:
$(selector).css(property)
方法:在这里,我们添加了一个段落元素和一个按钮,单击按钮后,调用 css() 方法,该方法将 CSS 样式应用于段落元素。
例子:
HTML
What is the use of css() method in JQuery?
GeeksforGeeks
What is the use of css() method in JQuery?
Welcome to GeeksforGeeks!
输出: