Replace Jquery -> jQuery (#35184)
* Replace Jquery -> jQuery * JQuery * Update index.md * Update index.md * Update index.md * Update index.md * Update index.md * Update index.md * Update index.md * Update guide/russian/jquery/jquery-html-method/index.md Co-Authored-By: lipis <lipiridis@gmail.com> * Update guide/russian/jquery/jquery-html-method/index.md Co-Authored-By: lipis <lipiridis@gmail.com>
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
---
|
||||
title: HTML Method
|
||||
localeTitle: HTML方法
|
||||
---
|
||||
---
|
||||
title: HTML Method
|
||||
localeTitle: HTML方法
|
||||
---
|
||||
|
||||
|
||||
# HTML方法
|
||||
|
||||
jQuery `.html()`方法获取HTML元素的内容或设置HTML元素的内容。
|
||||
|
||||
## 入门
|
||||
|
||||
@@ -37,4 +39,4 @@ $('p').html('Hello World!');
|
||||
|
||||
### 更多信息
|
||||
|
||||
|
||||
[W3Schools的](https://www.w3schools.com/jquery/html_html.asp)
|
||||
|
Reference in New Issue
Block a user