Skip to content

Commit 14aaf09

Browse files
committed
Ajax Methods: Typo
Closes jquerygh-491
1 parent 8fbcf8d commit 14aaf09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

page/ajax/jquery-ajax-methods.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ $( "#newContent" ).load( "/foo.html" );
246246

247247
```
248248
// Using $.fn.load to populate an element based on a selector
249-
$( "#newContent" ).load( "/foo.html #myDiv h1:first:", function( html ) {
249+
$( "#newContent" ).load( "/foo.html #myDiv h1:first", function( html ) {
250250
alert( "Content updated!" );
251251
});
252252
```

0 commit comments

Comments
 (0)