Merge pull request #2914 from alxy/patch-18

Pass the current context to the selector
This commit is contained in:
Samuel Georges 2017-06-08 07:30:39 +10:00 committed by GitHub
commit 7afb09cf98

View File

@ -52,7 +52,7 @@
})
if (!!$container.length) {
$container = $('[data-validate-error]')
$container = $('[data-validate-error]', $this)
}
if (!!$container.length) {