Skip to content

Commit f0a47c0

Browse files
deepanjanroyscottgonzalez
authored andcommitted
Typo in jquery-object.md
1 parent 847d668 commit f0a47c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

page/using-jquery-core/jquery-object.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ However, both objects contain the same DOM element. The `.get()` method is usefu
133133
```
134134
// Comparing DOM elements.
135135
136-
var logo1 = $( "$logo" );
136+
var logo1 = $( "#logo" );
137137
var logo1Elem = logo1.get( 0 );
138138
139139
var logo2 = $( "#logo" );

0 commit comments

Comments
 (0)