Top "Jquery-forms-plugin" questions

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

Reset form and clear cache after submit

Most browsers cache form values, so when the user navigates to another page and then presses the back button doesn't …

jquery jquery-forms-plugin
$(this).ajaxSubmit is not a function

I am using rails 3.1.3, and jquery.form.js version 2.9.4, and jquery 1.7.1. I put some console print statements in jquery.form.…

jquery forms jquery-forms-plugin
JQuery Form ajaxSubmit is not working

I have a file upload form that I want to submit over Ajax/iframe using JQuery Form. I had it …

jquery ajax forms jquery-forms-plugin
targeting a specific form with serialize()

Following on from my previous question, which was so quickly answered by Meder it wasn't funny, there's now an additional …

javascript jquery-plugins jquery jquery-forms-plugin
Modifying form values with beforeSubmit with jQuery ajaxSubmit?

I have a form I am submitting using jQuery's ajaxSubmit function from the Forms plugin. I'm trying to add a …

jquery jquery-forms-plugin
Using respond_to ... format.json and jQuery Form Plugin by malsup

I'm having a tad bit of trouble getting the jQuery Form Plugin to work properly with a file-upload field. When …

ruby-on-rails json file-upload jquery-forms-plugin
Jquery Form ajaxSubmit not submitting

I am using the JQuery Form extension to submit a form with AJAX. I have the following code: var options = { …

jquery ajax jquery-forms-plugin
MVC5 Ajax.BeginForm upload form with files

I read some articles that is not possible to save files using Ajax.BeginForm. I have a form in MVC5 …

asp.net-mvc jquery-forms-plugin ajax.beginform
upload file using jquery ajax

I'm trying to upload a file with jquery but I don't want to refresh the page. I read some duplicate …

jquery jquery-forms-plugin jquery-file-upload
Why is my form submitting twice?

SO for some reason my form is submitting two times with a single button press. This is my first time …

php jquery forms jquery-forms-plugin double-submit-problem