Merge pull request #2914 from alxy/patch-18
Pass the current context to the selector
This commit is contained in:
commit
7afb09cf98
|
|
@ -52,7 +52,7 @@
|
|||
})
|
||||
|
||||
if (!!$container.length) {
|
||||
$container = $('[data-validate-error]')
|
||||
$container = $('[data-validate-error]', $this)
|
||||
}
|
||||
|
||||
if (!!$container.length) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue