Questions tagged as 'jquery-validate'

0
answers

jQuery validate does not work in modal

I have a modal with a form. I used this plugin to create the modal: link I also use jquery validate. It works on all forms of my site. But in the form that is within my modal it does not work. Does anyone have any ideas? HTML:...
asked by 17.01.2018 / 12:40
2
answers

Conflict: JQuery Validation + Bootstrap 3 Tooltip

I'm having a conflict between JQuery Validation and the Bootstrap Tooltip, so when I submit the empty form and Validation takes action, the Tooltip appears with the focus on input, each time the input loses focus and receives again, the validati...
asked by 23.05.2017 / 19:25
1
answer

Jquery.Validate

Speak up, all right!? I'm breaking my head with the following, I'm using the jquery validate plugin, working fine, but in my form I'm using a button that I do not want to validate on the submit, but even putting the formnovalidate property on...
asked by 01.04.2016 / 01:53
1
answer

Condition and Validation of dates

I have 3 fields: contract number, start date and end date. How do I validate two fields simultaneously? That is, the start date and end date must be fulfilled. If they are not, I have to send only ONE message (not two, as I am used to - one f...
asked by 02.10.2014 / 05:02
1
answer

Asp.Net Mvc Remote Validation

So I'm trying to implement RemoteAttribute , but when I click the submit button, it's not giving post to my page. My Controller public class TesteRemoteController : Controller { // GET: TesteRemote public ActionR...
asked by 26.01.2015 / 13:24
2
answers

Modal display after form validation (filled fields)

I have a form with several fields that are required. When you click send, the validation is performed using jquery validation and being ok, it sends to the controller (ASP.Net MVC). I need to validate the form after the form validation, displ...
asked by 08.08.2018 / 18:12
1
answer

Block a button after displaying jquery validate message?

I would like help with the jquery validate, I am doing an exercise in js and would like to increment and block the submit button when displaying the validation message. In theory I already finished the exercise just wanted to add this function....
asked by 19.08.2018 / 06:40