Skip to main content

Questions tagged [jquery-forms-plugin]

The jQuery Form Plugin simplifies the process of submitting a form via Ajax and displaying the results within the current page.

jquery-forms-plugin
0 votes
1 answer
18 views

#bootbox Pressing enter two times, calls the callback function two times when i use bootbox.dialog async submit form?

When you press enter two times really fast the callback function is called two times. if you press more times its called more times. here is my bootbox code: <div id="test"> </div&...
jeffierw's user avatar
1 vote
0 answers
68 views

Multi-select Filter Checkbox with dynamic array values

https://github.com/andreww1011/filter-multi-select (Github) https://www.jqueryscript.net/form/multi-select-filter-checkbox.html I have been trying to replicate the above Multi-select Filter Checkbox ...
Cypher _ Man's user avatar
1 vote
0 answers
30 views

$_POST["xml_submit"] is not set after request is posted, when using jquery.form

I am trying to make a file upload system with a progress bar. When I used the jquery.form plugin like I was told in the tutorials to do, the form's action was not executed. I thought I found a fix but ...
RunNow's user avatar
  • 11
0 votes
1 answer
171 views

How to reset validation method on form when first input is focused? (jQuery Ajax Form Plugin + Magnific Popup)

I am using jQuery Ajax Form Plugin alongside magnific popup plugin ajax type to display/update content when called upon. I have this form: <form method="post" action="/contact" ...
will's user avatar
  • 99
-1 votes
1 answer
291 views

jquery 3.1.0 with ajax form

I want to do a progress bar to my image upload form and I'm using jquery 3.1.0 and jquery-form. but i got this message $(...).ajaxForm is not a function here is my code : $(document).ready(...
ilyesBourouba's user avatar
0 votes
1 answer
11 views

Can't sent addtional data(object) to backend while use jquery form plugin: ajaxSubmit

As, title, can't pass object to backend, but simple string ("hihi" as below) is work. I tried to use JSON.stringify(reportNameList) to let it become a string, but I still can't see it was passed to ...
叶秀云Hanna's user avatar
0 votes
0 answers
51 views

Jquery Form Plugin Won't Submit Within Bootstrap Modal

I'm using the Jquery Form Plugin on a form that is being loaded via ajax within a bootstrap modal. The modal body is being loaded via jquery's .load() function, and once it is loaded I am executing a ...
venom_1979's user avatar
-1 votes
2 answers
520 views

PHP Formmailer with jquery.validate and jquery-form (AJAX and JSON)

I created a simple contact form. It should be validated with jquery.validate and than processed with jquery-form via AJAX and JSON. The validation works just fine. Also the php mailing script. But it ...
m_wuehr's user avatar
0 votes
1 answer
45 views

jquery validation and jquery ajax plugin form submition

i have a form that should submit with ajax request. i use jquery form plugin to make ajax call. everything is Ok. but when i validate this form with jquery validation plugin, form submit works, even ...
masoud amirian's user avatar
1 vote
1 answer
564 views

jQuery Ajax form get submitted form as return parameter in case of an error

I'm using the jQuery Form Plugin to generate and submit my Ajax forms. However if a ajax call fails, I would like to offer the option to option to resend the form and therefore built a displayError() ...
Tim Nikischin's user avatar
0 votes
2 answers
49 views

Not Able to Submit a Form Using jQuery On Click method

Using jQuery Form, for some reason I have to submit a form through jQuery on method like this: $("#submitImage").on("click", function() { $('#loaderForm').ajaxForm(function() { alert("...
JJ BOBO's user avatar
  • 111
0 votes
1 answer
116 views

Get values jQuery form plugin using JSON

I use jQuery plugin called AJAX form for use in my forms and use this with JSON, http://malsup.com/jquery/form/ , actually i want reload the form after get result and send values for reload the form, ...
Anton's user avatar
  • 17
2 votes
2 answers
3k views

I want to validate login form with email or mobile number for login credentials with jQuery form validator

I want to login with either mobile number or email address. My php code is working properly. And now i want to validate login form with jQuery for validate plugin. I have tried for long, but unable to ...
flixy's user avatar
  • 73
3 votes
4 answers
369 views

jQuery Form Plugin’s File Upload issue when string returned from server

I am trying to use jQuery Form Plugin to upload files. It is uploading to a ASP.NET MVC controller action with a return type string. Controller Action with String return type [HttpPost] public ...
LCJ's user avatar
  • 22.5k
0 votes
1 answer
512 views

Laravel dusk error on js submit failed to load resource: err_file_not_found

I have an error on php artisan dusk error on cosole said Failed to load resouces: net::ERR_FILE_NOT_FOUND Manually run the test on browser the no such error found. The routes is correct and ...
starplateena's user avatar

15 30 50 per page
1
2 3 4 5
19