Skip to content

Commit 8b8dc44

Browse files
committed
Update page/using-jquery-core/manipulating-elements.md
I'm a non-english speaker, and I found a tiny typo here :) Thanks for the tutorials and your great work.
1 parent 02322e6 commit 8b8dc44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

page/using-jquery-core/manipulating-elements.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ For complete documentation of jQuery manipulation methods, visit the [Manipulati
99

1010
## Getting and Setting Information about Elements
1111

12-
There are many ways to can change an existing element. Among the most common tasks is changing the inner HTML or attribute of an element. jQuery offers simple, cross-browser methods for these sorts of manipulations. You can also get information about elements using many of the same methods in their getter incarnations. For more information on getters and setters, see the [Working with Selections](/working-with-selections) section. Here are a few methods you can use to get and set information about elements:
12+
There are many ways to change an existing element. Among the most common tasks is changing the inner HTML or attribute of an element. jQuery offers simple, cross-browser methods for these sorts of manipulations. You can also get information about elements using many of the same methods in their getter incarnations. For more information on getters and setters, see the [Working with Selections](/working-with-selections) section. Here are a few methods you can use to get and set information about elements:
1313

1414
* **`$.fn.html`** - Get or set the html contents.
1515
* **`$.fn.text`** - Get or set the text contents; HTML will be stripped.

0 commit comments

Comments
 (0)