Tagged Questions

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

learn more… | top users | synonyms

60
votes
5answers
45k views

jQuery Validate Plugin - How to create a simple, custom rule?

How do you create a simple, custom rule using the jQuery Validate plugin (using addMethod) that doesn't use a regex? For example, what function would create a rule that validates only if at lease one ...
18
votes
1answer
2k views

How to use jQuery Validation plugin with metadata and the jQuery Forms plugin (with some xVal as well)

I've been doing some development using the xVal framework for .NET to link up some of the validation rules for models on the server side along with some client side validation using the jQuery ...
5
votes
4answers
1k views

jquery form plugin, no error handling

It seems that there are no error handling facility in the Jquery.Form plugin, which is very frustrating. Even though the documentation says we can use the $.ajax options, I still cannot make use of ...
3
votes
5answers
556 views

Jquery Form Plugin or Jquery serialization?

I am wondering what kind of advantages does the jQuery Form Plugin have over serialization? If I do choose to go with the form plugin can I use the new jQuery 1.5 features? Also does the Form ...
3
votes
4answers
117 views

Getting How a Form Was Submitted on submit event

I have a form that has a couple of buttons on it. Two of the buttons use ajax to submit the form and clear it so that the user can add multiple records before moving on. The last button is for when ...
3
votes
7answers
242 views

Why jQuery Form Plugin mixes the NULL and 0

I am using jQuery Form Plugin http://jquery.malsup.com/form/ to submit my form. Here is the code that is used to submit the form. var options = { beforeSubmit: showRequest, // pre-submit ...
3
votes
3answers
3k views

How to ajax-submit a form textarea input from CKEditor?

I am using CKEditor, jQuery and jQuery form plugin and I would like to submit contents of the CkEditor form via an Ajax query. Here is my code: <form id="article-form" name="article-form" ...
3
votes
2answers
166 views

jquery forms plugin noConflict problem

I am writing a bookmarklet in which I want to use the jquery forms plugin. The problem I am having is that a web page on which the bookmarklet might be used could be using a different js lib, which ...
3
votes
1answer
379 views

How to update the Options Object in the beforeSubmit function using jQuery Forms Plugin

I am refactoring my use of $.ajax to submit forms using the jQuery Forms Plugin. The API states that it is possible to pass any of the options passed to $.ajax to $.ajaxSubmit. I wish to modify the ...
2
votes
1answer
25 views

jquery form pluggin

I am trying to use jquery.form.js and for some reason I am unable to call my php script. At least I can't tell if I am or not. What does it look like I am doing this incorrectly? ...
2
votes
1answer
343 views

Jquery Multiple Forms and Form Plugin

I have a html like below wherein there are multiple forms. I generate this using JSTL so the number could vary depending on what is enrolled in my DB Each form has its own submit button. Basically, I ...
2
votes
3answers
639 views

ASP.Net file upload with an empty posted files collection

I have an ASP.NET file upload control which sits as part of a form. The file upload control is on the content page while the form definition is on a master page across the site. I've added ...
2
votes
6answers
5k views

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 I use the plugin to submit the form without a file-upload field, the format.json portion ...
2
votes
1answer
1k views

jQuery Form plugin ajaxSubmit callback timing

I have the following code bound to the click event of a button: function submitForm() { var $submitOK = false; $('#form1').ajaxSubmit({ beforeSubmit: function() { ...
2
votes
3answers
7k views

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 form name/value pair to the form data just before submission occurs. My plan is to modify ...
1
vote
1answer
79 views

File upload with jquery form plugin and mvc 3 is not filling in the target property with my partial view

I'm trying to setup a simple file/image upload for a web app I'm working on. To help, I'm using the jquery form plugin found here: http://jquery.malsup.com/form/ From the examples, it seems that you ...
1
vote
1answer
77 views

jQuery Form Plugin & jQuery DatePicker Not Working Together

I'm trying to use jQuery's Form Plugin. I'm using the JSON example here. For some reason the datepickers are not showing on the page, when I use the jQuery Form Plugin. In my jquery file I've got: ...
1
vote
1answer
94 views

jquery trigger: how can I trigger the browse file in the input when I click on a text link?

Following up on this post, I have another issuer - how can I trigger the browse file in the input when I click on a text link? Basically I want to hide the form but it will be triggered when you ...
1
vote
3answers
528 views

“Resource interpreted as Document but transferred with MIME type application/json” in Chrome Developer Tools

I have the following snippet, which uses the jQuery Form plugin to post a form to the server (in ajax). var options = { dataType: "json", success: function(data) { alert("success"); ...
1
vote
1answer
138 views

jquery.form plugin, ajaxSubmit and hooking when HTTP 302 received

I'm using the jquery.form plugin and its ajaxSubmit method with great success so far, but now I'm stuck with the way it handles HTTP 302. Let me explain: User submit a form through xhr using ...
1
vote
2answers
2k views

jquery getResponseHeader always returns 'undefined'?

I have a a form that I am submitting via ajax. I am using the jquery form plugin. What I am trying to do is get the 'Location' header which is returned from my server. I can see it in firebug. But ...
1
vote
1answer
202 views

jQuery Uploads a file, and then submits the form normally

I hope that I can make sense of this question. I currently am using jQuery Form Plugin + Validation which works great. But what I am trying to accomplish is, 1, Upload a temp-file for ...
1
vote
0answers
230 views

JQuery form validation - validate form based on other form field

I"m using Jquery form validation which in the basic form looks like this $('#shopping_form').validate({ submitHandler: function(){ $.post("/url", { message: messageval}, function(data) ...
1
vote
3answers
3k views

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 = { beforeSubmit: showRequest, // pre-submit callback success: showResponse, ...
1
vote
2answers
382 views

jQuery Form Callback Compatibility Issue

I have a form on my website (http://www.jakelazaroff.com/#contact) that I submit with jQuery. The callback function for when the form is successfully submitted is supposed to make the form fade away; ...
1
vote
1answer
1k views

JQuery Ajax Form and Dynamically created form elements not submitting

I'm writing a form that has some text input elements loaded dynamically when a select list is changed. The problem is that when I submit the form those elements are not sent in the data that is ...
1
vote
1answer
4k views

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 have to start over again. With the jquery form plugin this also happens after the ...
1
vote
4answers
4k views

Why JQuery Form submitHandler does not refresh its callback?

I am using the JQuery Form Plugin, the JQuery validation plugin and the jqTransform plugin. I have a hidden form which I make visible to add or edit stuff. Edit or Add actions trigger the next ...
1
vote
2answers
3k views

jQuery Form Plugin - How To Change 'target' (for response) Value

This is in reference to jQuery 1.3 and jQuery Form Plug 2.25. Hopefully this is a cakewalk for even an amateur, but I am clueless. var x; $('div#response').fadeOut(300,function() { // do ...
1
vote
2answers
892 views

Modifying form data before submission

I'm using jQuery in conjunction with the form plugin and I'd like to intercept the form data before submission and make changes. The form plugin has a property called beforeSubmit that should do ...
0
votes
1answer
31 views

Response after posting using jquery.form is not added to target div

I am using jQuery Form to post data. I am sending some response from the server that I want present in the div specified with the target option. I can see in firebug that the response is actually ...
0
votes
0answers
29 views

jquery form plugin not working nicely with jquery validation plugin

Essentially what i thought i could do was put ajaxForm method from the form plugin in the submitHandler of the Validation plugin and I would be all set, this is not working however, I also tried just ...
0
votes
2answers
66 views

$(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.js, so I can see (in the firebug console) that it has loaded. And I set ...
0
votes
0answers
28 views

Malsups Form plugin not working in Firefox

This form works in Chrome and IE, but in Firefox, when I click on the Submit button nothing happens. Firebug doesn't report anything. Here's my HTML: <script type="text/javascript" ...
0
votes
1answer
22 views

I have been working with the jQuery form plugin and i want to upload multiple images

I want to select multiple images and then submit them into a folder. I also want to insert values such as the image file name and size into the database. Can anybody suggest how to do this? I ...
0
votes
2answers
19 views

jQuery Form Plugin Passing in original form

I'm using the jQuery form plugin and trying to figure out why I can't use the find method within the success function. $('#signup-form').ajaxForm({ beforeSubmit: function (arr, ...
0
votes
0answers
68 views

jquery.form big size upload ie8

i have a little problem with internet explorer and jquery.form plugin. When i try to upload a file > 1MB in IE8 using jquery.form (ajaxSubmit) i get an error and the upload stops suddenly The ...
0
votes
0answers
93 views

Trigger Jquery UI Dialog with Jquery Form Plugin success callback

I am using server side form validation to post a response (in html) to a form submitted using Ajax but more specifically with the http://jquery.malsup.com/form/#getting-started plugin. I have tried: ...
0
votes
0answers
45 views

jQuery form plugin fails to catch response 404, 500 etc. if form enctype set to “multipart/data”

I'm trying to catch server errors (400, 404, 500) upon submitting my form via jQuery AJAX form plugin. (BTW I'm not trying to upload anything) After reading carefully I found out that "statusCode" ...
0
votes
1answer
143 views

Grails. Submit to controller/action on select change

I would like to submit a form to an action on select box change (when an item is selected I need to update another select box and maybe other fields). The following code will submit the form to the ...
0
votes
2answers
134 views

jQuery ajax form file upload to .Net MVC with InsertionMode.Replace only working once

I followed an example from the following url that shows how to use the jQuery Form plugin to do an async file upload to my .NET MVC controller. ( ...
0
votes
0answers
35 views

Get data object values in jQuery Form Plugin

Hi I can't get the data field values which I set them in my JS call. var options = { type: 'POST', url: abspath + "ajax/send", data: { what: 'uploader_uploadfile', directory: uploaddir ...
0
votes
2answers
24 views

form plugin with mulitple forms | submit returns last form

I am writing my own form validation plugin. I am making to work with multiple forms on a page. when the form is submitted it is validated. The problem I am having is that in the plugin I can loo ...
0
votes
1answer
215 views

How can I cancel a file upload using the jQuery forms plugin

I'm using the jQuery Forms plugin to do an asynchronous file upload. Currently, the only way for the user to abort that upload is to press the "Stop" button on their browser, which may cause other ...
0
votes
2answers
86 views

Jquery.form AjaxSubmit adding tags to response?

When I ajaxSubmit a form, the service returns a number. For some reason, ajaxSubmit seems to add a bunch of tags to it. form.ajaxSubmit(function(data){ alert(data); }); }); ...
0
votes
1answer
79 views

How do I get data back from php call using Jquery.form.js?

I am using the AjaxForm() call from jquery.form.js to attempt to run a php script that will put data into the data base and then pull it out. But how would you make that call using the ajaxForm call ...
0
votes
2answers
338 views

Fatal error: Call to a member function get_results() on a non-object (jQuery From Plugin & WordPress)

I'm trying to use jQuery's Form plugin with in a Wordpress plugin. I'm following this example. I've enqueued my scripts and built my form. In csf_form_handler.php, the equivalent of the example's ...
0
votes
1answer
57 views

Json of jquery form plugin cannot be acquired

I will upload the file by using jquery form plugin, and question on the phenomenon of process of $.ajaxForm becoming timeout when the response data is json. Processing by the servers end is done ...
0
votes
3answers
85 views

File upload with jquery form plugin

i have a form with input type="file". it submits using ajax (plugin jquery form). Server returns json response. There are html tags in json data: ...
0
votes
2answers
63 views

Jquery form upload plugin: how to reduce it to one click?

I am using jquery form plugin to handle uploading files, This is my form, <form action="upload.php" method="post" enctype="multipart/form-data" id="myForm"> <input type="file" ...

1 2