Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
marcandre committed Sep 18, 2015
1 parent 38f0a5f commit e07def4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1187,7 +1187,6 @@ <h3>Custom remote validators</h3>
<pre><code>&lt;input name="q" type="text" data-parsley-remote data-parsley-remote-validator='mycustom' value="foo" />
[...]
&lt;script href="parsley.remote.js">&lt;/script>
&lt;script href="parsley.js">&lt;/script>
&lt;script type="text/javascript">
window.Parsley.addAsyncValidator('mycustom', function (xhr) {
console.log(this.$element); // jQuery Object[ input[name="q"] ]
Expand Down

0 comments on commit e07def4

Please sign in to comment.