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

0
votes
0answers
5 views

customize button for JQuery Form Plugin

I've got a form in which I upload a file using the JQuery Form Plugin. I would like to customize the upload button and have it submit onchange. Below you can see that I've hidden the form and replaced ...
0
votes
2answers
13 views

jquery validate form plugin using a selector not a form

I had to refactor a web page when I added an image upload form nested within the main form as this is not possible. The outer form was converted into elements with an 'item' class and onClick of the ...
0
votes
2answers
29 views

echo entire file in php and send to jquery

I'm using the JQuery Form Plugin to upload a file. I am able to send the contents of an uploaded txt file to the jquery associated with the form plugin but I want to send the entire file. Right now I ...
0
votes
0answers
13 views

jquery form plugin prevent default from scrolling up the screen on submission

I've found a number of questions on this but they don't seem to work for me. Finally I thought I'd post it out there in case I'm doing something silly. The form submits fine however after clicking ...
0
votes
0answers
63 views

Live Image Upload with Progress Bar for older browsers (IE7 upwards too)

I'm trying to implement a file upload script (using jQuery/AJAX/PHP) that has to show a progress to the user while uploading. I can get it working with newer browsers that support client-side upload ...
0
votes
1answer
24 views

Malsup jQuery Form Plugin upload in IE redirect 302

In every other browser the multi upload form works. Only IE doesn't like it. When i try to submit the form IE starts a 302 redirect on the page in the action="" attribute. The redirect is going to the ...
0
votes
1answer
80 views

IE8 prompts download json response

I've been trying out the jquery form plugin and it works wonderfully. Oh, except for IE8. It's always ie8. Anyways, on the success response callback, ie8 prompts me to download the response instead ...
0
votes
0answers
61 views

File upload with Jquery-Form-Plugin not working within Simple-Modal on IE9

I am trying to perform ajax file upload, from a simple-modal pop-up. The modal box has a form with the file element. For this I am using jquery-form plugin. In Firefox, everything works fine. In IE9, ...
0
votes
0answers
15 views

ajaxSubmit: when request completes, browser navigates to new page

I am having a strange problem with ajaxSubmit. After I make the call, I am still on the same page and I can see my timer running, but when the request completes the browser navigates to the URL ...
0
votes
1answer
39 views

jquery form validate not catching blank sumbission

I can submit my form whether it is blank or partially filled in, this shouldn't happen since I'm using the jquery validator plug in. I have the plug in script in the right place and the validate ...
0
votes
3answers
97 views

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 working when it was simple, but now I've added more to it, it doesn't work. My form is set up so that ...
0
votes
1answer
17 views

wordpress after custom image upload in a custom directory, finding the image address

I used jQuery form plugin to upload image in a newly created directory(i.e. my_gallery) within the theme file. How can I get the uploaded image address ?
0
votes
1answer
107 views

jquery form plugin in wordpress to upload an image file does not work as expected

Trying to use the jquery form plugin in a worpress site . HTML: <form id="imageform" method="post" action="<?php bloginfo('template_directory')?>/ajaximage.php " ...
0
votes
0answers
49 views

upload with jquery form

I am using jquery.Form to upload with jquery. I wish to click the link Upload 1, Upload 2, Upload 3, Upload 4, opens the window for selecting files and does the upload. This code below works only if I ...
1
vote
8answers
703 views

JQuery Ajax not working in IE10

Background I want to submit a form, stay on the same page & get the response. Below mentioned code works perfectly in Chrome, Safari & Firefox. However It doesn't work in IE10. How to make ...

15 30 50 per page