Skip to main content
-2 votes
2 answers
79 views

I have the following form: <form id="chatForm" name="chatForm" action="{{url_for('home.invoke')}}" method="post"> <div id="message-box&...
khteh's user avatar
  • 4,280
-1 votes
1 answer
50 views

I am attempting to use the value of a checkbox on a form to control the validation of other fields. But it seems that the value is always false inside the addmethod routine. I must be doing something ...
John P's user avatar
  • 95
0 votes
0 answers
29 views

In the examples they all show calling something like this. $('#myform').validate( rules: { myfield: 'required' } ) However, in my pages when that's all I call it doesn't actually validate the ...
HisDivineShadow's user avatar
-2 votes
2 answers
154 views

I have a dynamic list of inputs that gets name of the user. I need to validate, using jquery validate plugin. Below is my code structure. Either jQuery validate does not support this array of ...
Alaksandar Jesus Gene's user avatar
-1 votes
1 answer
55 views

I have a custom card checkbox. I want to focus and scroll on form submit(form is being validated using jQuery validation) to this card checkbox if it(card checkbox) is required and not checked. How to ...
TWF's user avatar
  • 43
-1 votes
1 answer
46 views

Referenece: https://github.com/pes10k/jquery.validate.file/blob/master/jquery.validate.file.js $("#upload_form").validate({ rules: { example_file: { ...
Learner's user avatar
0 votes
2 answers
58 views

How do we validate array of array input boxes using jquery validation plugin? Below is html code. <form id="transport-form"> <div class="form-group> <label> ...
B L Praveen's user avatar
  • 2,008
-1 votes
1 answer
64 views

I'm developing a form for users to add multiple items to their cart and need to validate that none of the fields are left empty. I'm utilizing the Select2 plugin and Jquery Validator and jQuery for ...
Rahul Roy's user avatar
2 votes
1 answer
250 views

I'm using the Jquery Validation plugin for my registration form. Users should enter an Italian VAT number ONLY if the company field is filled in, otherwise they should fill in the CF field. At the ...
user2505596's user avatar
0 votes
1 answer
933 views

I can validate my form by calling $form.validate() and $form.valid(). And so presumably these functions are called automatically when submitting a form. But my question is: If I have a custom ...
Jonathan Wood's user avatar
0 votes
0 answers
39 views

I would like to add a custom rule to jQuery Validate that allows me to do a check and some specific actions according to the event triggering it. For example for an email, after the 1st submit of the ...
Gugusteh's user avatar
  • 128
0 votes
1 answer
85 views

I'm building a form using Google Places API and jQuery Validation. I have a field for the user to populate an address and I need to force him to select an address from the Google Places API ...
tsvetko.krastev's user avatar
0 votes
0 answers
19 views

Our team is running into an issue with our date picker. We've a site we made with razor pages and bootstrap 5 and we have a form with a date picker. The date isn't a required field, so we have it as ...
klambert2's user avatar
0 votes
0 answers
21 views

I have a form that allows for searching by name if they user clicks the id='SearchName' radio. I currently have it set so that both the first name and last name are required if the person selects that ...
Miranda's user avatar
  • 137
-1 votes
1 answer
54 views

How to trigger only one specific custom validation? Let's say I have three custom validation methods: $.validator.addMethod('customValidation1', function (data) { }, 'Error'); $.validator.addMethod('...
Max's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
450