Most voted "parsley" questions
4 questions
Sort by count of
-
2
votes1
answer65
viewsValidation of select without form
I have a view where I have dynamically generated selects and a link. I need to click on the link <a id="add-cart" href="{{ route('site.add.cart', $product) }}" class="btn btn-danger…
-
1
votes1
answer190
viewsParsley: Customize error message
I’m using the plugin Parsley for form validation and I am creating some additional validation methods, however, I am having difficulty with the customization of the error messages of these…
-
0
votes1
answer38
viewsLock double-click with Parsley
I use the library Parsley.js and want to disable double-click to prevent registering twice in the bank, but it gives conflict because Parsley already automatically blocks when error occurs. I want…
-
0
votes1
answer128
viewsParsley.js does not validate when using data-Parsley-min
I have a password field type="password" that I use Parsley in this way: <input type="password" name="senha_usu" id="pass2" class="form-control" required data-parsley-min="6" placeholder="Senha"…