We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f88d223 commit 3479c67Copy full SHA for 3479c67
README.md
@@ -75,7 +75,7 @@ Use ajaxSubmit if you want to bind your own submit handler to the form.
75
$('form').on('submit', function(e) {
76
e.preventDefault(); // prevent native submit
77
$(this).ajaxSubmit({
78
- target: 'myResultsDiv'
+ target: '#myResultsDiv'
79
})
80
});
81
````
0 commit comments