Skip to content

Commit 3479c67

Browse files
LazyKnightXkevindb
authored andcommitted
fix line78: "myResultsDiv" -> "#myResultsDiv" (#549)
This caused a misunderstanding when reading this document, so I fixed it.
1 parent f88d223 commit 3479c67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Use ajaxSubmit if you want to bind your own submit handler to the form.
7575
$('form').on('submit', function(e) {
7676
e.preventDefault(); // prevent native submit
7777
$(this).ajaxSubmit({
78-
target: 'myResultsDiv'
78+
target: '#myResultsDiv'
7979
})
8080
});
8181
````

0 commit comments

Comments
 (0)