Tagged Questions
The ajaxform tag has no wiki summary.
15
votes
3answers
2k views
AjaxForm and app engine blobstore
I'm having some difficulties with AjaxForm file upload and the app engine blobstore. I suspect the difficulty is because the blobstore upload handler (subclass of ...
7
votes
8answers
6k views
jQuery ajaxForm returning .json file
I've got a model creation form in rails which I also have returning JSON through ajax.
My code so far look like:
$('#new_stem').ajaxForm({ //#new_stem is my form
dataType: 'json',
success: ...
5
votes
3answers
540 views
jquery is undefined in the partial view loaded via ajax in IE
I have a web page consisting a JQuery UI Tabs widget. Tab widget loads the tabs via AJAX. In one of the tab pages (name it DescriptionPage), I have a form which will be submitted via ajaxForm plugin.
...
4
votes
3answers
43 views
jQuery - Post Form Loaded from another page using AJAX
I am trying to use JQuery to submit a form without reloading the page. Although this works well with the jQuery Form Plugin on a standalone page I need it to work on a page I've loaded with AJAX.
...
2
votes
1answer
121 views
Simple node.js server to return success or error
This is should be pretty simple, but I can't seem to get it to work as I intended.
I just want a client submit a form with an email address, and node.js server looks up db and return success or error ...
2
votes
3answers
173 views
JQuery's ajaxForm submits on click, but not on space
JQuery's well known and loved plugin ajaxForm modifies the form to be submitted by ajax.
I've gotten this to work correctly, including callback functions. What I found broken is that in many cases ...
2
votes
2answers
1k views
ASP.Net MVC 3 validation on AjaxForm
I have an ajax form on razor view engine. For validation i use dataanotation classes. Validation work fine when user submit the form, validation messages work fine.
The problem is, validation wont ...
2
votes
1answer
270 views
using jQuery AjaxForm in ASP.NET problem
I am using the jQuery AjaxForm plugin
to create an preview of an image I the user select to load to the server.
I use an Http Handler to create an temp image file that is used for the image preview.
...
2
votes
3answers
2k views
jQuery: Bind ajaxForm to a form on a page loaded via .load()
I'm using the ajaxForm plugin for jQuery to submit forms on my webapp. However, in one part of the app, I'm loading some content thathas a form on it via jQuery's .load()
The problem lies in that I ...
2
votes
1answer
343 views
$('#my_form').ajaxForm opening PHP page instead of reloading content (Safari,Chrome)
My ajaxForm request is not working properly in Safari and Chrome. Instead of getting the response from php file it opens it as a new page. (Works fine in FF, IE, Opera):
$('#my_form').ajaxForm({
...
1
vote
3answers
36 views
PHP validation failing on Ajax contact form
I'm a PHP hack. Insight is much appreciated as it will help me figure out where I went wrong.
Basically I adapted this contact form for my own purposes. Javascript validation works great! It seemed ...
1
vote
1answer
29 views
jquery + datatables + on success of ajax call, change class of submit button that was pressed
I have a datatable that has a form in each row for changing the status of the specific row. this form is called via ajaxForm() library.
<form action="map/statuschange/289.html" method="post" ...
1
vote
1answer
85 views
AJAX Form Submission in jQuery Mobile
I'm trying to submit a simple login form via ajax on a jQuery Mobile site but I'm having trouble.
It seems that when I submit the form (via POST), the form parameters are getting added to the url. ...
1
vote
0answers
267 views
jQuery form plugin - Looping submits with dynamic input value
Consider this setup:
Form created on page load
<form id="mybase64" method="POST">
<input id="basevalue" name="basevalue" type="text" value="" />
</form>
Now I set up an ...
1
vote
1answer
309 views
Textarea box not showing correctly in Firefox 3.6
I am using bitrepository's Ajax PHP form for my site and am styling it using their CSS stylesheet. Please go to http://diginnovations.com/dig-v4 to view the site.
Everything displays correctly in all ...
1
vote
1answer
312 views
What should the MVC ActionResult return type be for an external HTML ajaxForm post
The idee is to post form data from a normal external Html page to another MVC site controller. Then the data is processed almost like using a webservice.
$(document).ready(function () {
var options ...
1
vote
1answer
160 views
How to avoid ajax timeouts on lift?
I'm using ajax+comet to build an iterative form. When it is submited, an output file is downloaded.
def render = ajaxForm(bind("form",/*...*/
"submit" -> ajaxSubmit("Calculate",result ...
1
vote
2answers
273 views
How to make AjaxForm work with several forms loaded using jquery load()?
I have a page with a div that is dynamically filled using a paginator ;-) At page init I load the first 10 forms in it using jquery .load() method.
What I'd like to do is to make all the forms ...
1
vote
1answer
319 views
Jquery Ajaxform with input type=file and multifile
Im using ajax form with multifile.
However ajaxform just seems to quietly die and does not do anything if using multifile.
Multifile is just a jquery plugin that builds a list of input type=file so ...
1
vote
2answers
944 views
jQuery sequence and function call problem
I'm very new to jquery and programming in general but I'm still trying to achieve something here.
I use Fullcalendar to allow the users of my web application to insert an event in the database. The ...
1
vote
1answer
845 views
not getting radio button values in jquery ajaxform
I have a form which is binded to a JQuery Form (AjaxForm) object.
In the form I have some radio buttons:
<input type="radio" id="dialog_stranka_dodajuredi_tip_fizicna" ...
1
vote
1answer
1k views
jQuery + Rails + ajaxForm + js.erb problem
I'm having an issue that is driving me nuts, and according to everything i have seen and read online, it should be working fine.
I'm using jQuery with my Rails app instead of prototype and am using ...
1
vote
6answers
2k views
How do I submit a form using jquery (ajaxForm plugin) to an external site but not reload to a different page?
I'm trying to create a form that sends the customer's name and email address to icontact (an email list application).
All the values are correct for icontact and if I submit the form as usual, ...
0
votes
0answers
25 views
Better way to temporarily disable ajax submission on ajaxForm plugin
I'm using the jQuery malsup ajaxForm plugin on a form. I've got a bunch of POST vars that get submitted and this is working fine, I want to use the same post vars to perform an Export to file option. ...
0
votes
1answer
30 views
Ajax form - image upload | access denied in ie
I'm creating a facebook application, and want to implement an ajax-like picture upload using the jquery form plugin. Everything is ok in chrome/ff but in iexplorer i get the folowing error:
...
0
votes
0answers
16 views
Queuing (Malsup JQuery form plugin) ajaxform posts with AjaxQ
In our project we would like to queue ajax calls with AjaxQ, but we extensively use Malsup JQuery form plugin (ajaxform).
Do any of you clever stackoverflow'ers know if it's possible to intercept the ...
0
votes
1answer
34 views
REST returns xml
I have a REST Web service which returns a JAXB object. I have given a Mediatype as JSON to the method. I am using ajaxForm plugin to send some data to this WebService.
The problem is that inspite of ...
0
votes
1answer
36 views
ajaxform() & sortable('serialize'), and codeigniter .. submitting form fields and list elements
i have a form and a sortable() list where a user can drag from a pre populated list, into an empty UL. The user would drag the LIs that they want into to this empty UL.. There is also a form with a ...
0
votes
2answers
32 views
What is the best approach to have an ajax form and table in the same page without the need to refresh?
What is the best approach to have a form and a table in the same page, where the form has a submit button (ajaxsubmit) that saves the data in database and table should display the data without the ...
0
votes
1answer
42 views
How to handle form submission using ajax (jQuery)
I've a php form
<form action="" method="POST">
<input id="input1" name="key" type="text">
<input id="input2" name="name" type="text">
<button id="btn" ...
0
votes
1answer
48 views
Auto submit form using AjaxForm to show initial result set. A better way?
I'm using the JQuery plugin AjaxForm (http://jquery.malsup.com/form/) to submit the contents of a form to a PHP script and return the results to a div.
The form has some pre-set values in the form ...
0
votes
0answers
26 views
ajaxform Incompatible with internet explorer
I have a problem, I am using ajaxform and a jcrop to upload an image and crop it, but apparently seems to be incompatible with Internet Explorer, and works perfectly in firefox. this is true, and if ...
0
votes
2answers
48 views
Setting headers when using jQuery Form Plugin
I'm using JQuery Form Plugin and I'm not sure how to set headers.
I want to be able accomplish something like this:
$.ajax({
url: "/url",
data: post,
...
0
votes
0answers
114 views
“jQuery not found” when reloading part of the webpage using ajaxForm jQuery plugin in Firefox only
I've got the following design:
<html>
<head>
//import jQuery
//import general js
</head>
<body>
...
<div class="window">
//import window-specific js (e.g. ...
0
votes
2answers
75 views
Ajax Form Submission Response
I am having trouble with the function ShowResponse action on my Ajax Form. I am trying to show a simple message in the #show div once the form has been submitted. The Ajax submission is working okay ...
0
votes
1answer
321 views
cross-domain ajax request - XD security errors on re-submission
I have managed to get a cross-domain ajax request working. The problem I am having now is that this works on first submission but any subsequent submission without page refresh falls foul of the ...
0
votes
0answers
120 views
ajaxSubmit and response
I'm trying to work with an ajaxSubmit event so the form is replaced with the result. That result could be a confirmation page or errors on the form. This form works on it's own page, so I'm working on ...
0
votes
1answer
90 views
ajaxForm using Spry validation
I am trying to use spry validation with ajaxForm. The problem is i dont think my forcing spry validation at time of beforeSubmit is finding the form. Im not getting any errors, seems like beforeSubmit ...
0
votes
1answer
1k views
Yii Framework: AJAX form?
Ok, I need help with something that seems pretty straightforward but I just can't figure out.
I have a page in Yii into which I'm trying to embed an AJAX form. Let's call the page A. The form takes ...
0
votes
1answer
112 views
Binding dropdown when ajax form in submitted in mvc2 asp.net
My requirement is simple, there are two dropdowns in my view. First dropdown is filled be default and second dropdown has to be filled based on values from first dropdown.
My view is
<script ...
0
votes
1answer
173 views
Jquery ajaxForm() doesn't fire 'success' although it works successfully
Today I was trying to send files via Ajax request using the JQuery AjaxForm plugin. However, it doesn't fire the success function as it uploads the file without any javascript run time or compile time ...
0
votes
0answers
101 views
jQuery ajaxForm “/LS” + 501 Method not implemented bug
there my problem. I'm using jQuery ( newest 1.6+ ) and ajaxForm 2.8 ( also the newsest one ). And there is one bug that buggs me pretty hard. It's a CRM system and my customer types there an invoice ...
0
votes
0answers
156 views
how to separate button actions in mvc3 view
I have an Edit page in my project which contains an update form.
<% using (Html.BeginForm(new {Action = "Update", ID=Model.Item.Id})) {%>
//blah blah blah
<input type="submit" ...
0
votes
0answers
274 views
Fancybox doesn't close on Ajax error
I have a problem with Fancybox- it's not closing on AjaxForm error. I call fancybox on beforeSubmit with $('#fancyboxLink').click(); I close it on success with $('#fancyboxLink').click();, but on ...
0
votes
1answer
214 views
JQuery ajaxForm: form is not submitted if it is removed from DOM in beforeSubmit
if I remove the form from the DOM in beforeSubmit or beforeSend (doesn't matter which one), I find that in both IE and FF, http request is never emitted. form.submit() line 296 in jquery.form.js is ...
0
votes
2answers
179 views
jquery ajaxform url parameters
sorry for stupid question...
i need to calculate the "url" parameter of a ajaxForm()...
i write something like this...
$('#form-domanda').ajaxForm({
url: function() {
id = ...
0
votes
1answer
109 views
how to use $(this) in jquery ajaxform plugin
i have 3 forms in similar fieldsets using ajaxform. What i want is when a form is updated, it should only update its parent fieldset. what happens right now is because i don't have a $(this) variable ...
0
votes
0answers
227 views
return from jquery ajaxForm submit is missing tbody tr td tags but content is there
SUMMARY: when submitting a csv file with ajaxForm, the return value does not contain html tags such as <tbody><tr><td></td></tr></tbody>, but instead only the ...
0
votes
2answers
338 views
Rails + ajaxForm: Use the 'error' callback when error uploading file
Background
I first wanted to upload a file via json and get a response in that way as well.
I'm using:
Rails 3
ajaxForm
I soon found out that you can't get a reponse in json. So, I follow that ...
0
votes
1answer
377 views
Jquery appending value to textarea not working until ajax submitted a 2nd time
I have a jquery jhtml WYSIWYG editor in a form and I need to append its output to a textarea manually. The form is being submitted via ajax. The updateText function is called to grab whats in the ...