Skip to content

Commit 12a85a8

Browse files
author
Connor Cartwright
committed
Added a link to the .attr API page and removed line spacing
1 parent d4c168a commit 12a85a8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,7 @@ myList.append( myItems.join( "" ) );
132132

133133
## Manipulating Attributes
134134

135-
jQuery's attribute manipulation capabilities are extensive.
136-
Basic changes are simple, but the `.attr()` method also allows for more complex manipulations.
137-
135+
jQuery's attribute manipulation capabilities are extensive. Basic changes are simple, but the [.attr()](https://api.jquery.com/attr/) method also allows for more complex manipulations.
138136
The `.attr()` method acts as both a getter and a setter. As a setter, `.attr()` can accept either a key and a value, or an object containing one or more key/value pairs.
139137

140138
```

0 commit comments

Comments
 (0)