Skip to content

Commit 9493bbb

Browse files
committed
Merge pull request #221 from alex-yh99/patch-1
Remove superfluous word in "using-jquery-core/manipulating-elements.md"
2 parents 02322e6 + 8b8dc44 commit 9493bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)