Questions tagged as 'jquery-validate'

0
answers

Validate and Get Json of a Form with Jquery

I am developing a way to get a json from all Input that are in a div determined with jQuery em>. This is almost finalized I need only one detail and I want to not show me the json until all fields are validated and also if I do not com...
asked by 09.10.2018 / 16:07
2
answers

Ignore hidden input in a form

I have a problem because I do not want to validate a field in a form being hidden but nevertheless if you validate it and I get an error. My .html would look something like this: <div th:id="'valorVariable2' + ${iterStatus.index+1}" c...
asked by 06.08.2018 / 08:42
2
answers

jquery does not issue a validation message

Hello a warm greeting to the community, today I bring you a new problem which is a simple validation with jquery.validate plugin, the subject is the following I have my form in html: <div class="container" align="center"><br> <...
asked by 28.03.2018 / 18:23
1
answer

Validate a tagsinput field of emails with jquery validate

I have a field with which the user adds several email addresses and they are saved in tags. The plugin I use for this is the bootstrap tagsinput. It would be necessary to validate each tag as an email. The html of the field is the following: &...
asked by 28.02.2018 / 19:12
0
answers

Validate in what arrangement a data is found and that I get the corresponding message

I have that code, I want to validate by means of the corresponding message, in what arrangement is the data entered, whether it is authorized or not. The data is entered, and the message appears according to the location of the data in the array...
asked by 12.02.2018 / 01:06
0
answers

Send data using (jquery Validation) and display a message in the same modal

I did a modal where I'm going to record new data. This form sends the data from a PHP file. If the data is recorded or not registered, it will send me a message. This message is passed through a JavaScript file so as not to reload the page and t...
asked by 12.02.2018 / 23:32
1
answer

Validate input decimals with comma

I would like to validate decimals with a comma, or how to add a comma to the allowed characters with this validation, I could validate integers but not decimals (with a comma) <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/...
asked by 17.01.2018 / 16:27
2
answers

Use jquery validate remote rule [Rails 5]

I am willing to use jquery validate to validate that the ID that is entered when creating a person is unique. My form is (I leave only the ID field): <%= form_for @persona, :html => {id: 'form_personas'} do |form| %> <%= form.l...
asked by 29.12.2017 / 00:05
1
answer

Problem with JQuery and variables

A few days ago I started working with JS and JQuery but I have a doubt that I do not understand when I try to send some variables by Api Rest. JS $('body').on('click', '#signupButton', function () { $("#signupButton").val("Procesando......
asked by 02.11.2017 / 14:28
0
answers

Jquery.multiSelect () Without entering the jquery.validate

How could I make the call to multiSelect('deselect_all') or multiSelect('select_all') Do not enter the jquery.validate ? A small example, in a list inside the container with id="reason" eg: <select multiple="multiple"...
asked by 03.08.2017 / 13:14