[jQuery] Jquery form plugin can't find resolution

2010-02-14 Thread NHARRY
I have a form that is loaded using .load it is then posted using the jquery form plugin. But it won't post see code: $(document).ready(function() { //shows loading screen whilst posting via ajax $().ajaxStart($.blockUI).ajaxStop($.unblockUI); //post form add_customer aj

[jQuery] jQuery Form Plugin

2010-01-13 Thread solich
Hello. I have a form: Nadpis: Text: and this form i want tu send trough jQuery plugin: $(document).ready(function() { $('#mujform1').ajaxForm({ target: '#odezva', success: function() { $('#odezva').fadeIn('slow'); }

[jQuery] jQuery Form plugin and IE

2009-12-13 Thread michaelF
I've been working on an upgrade to my site that includes a quick form for one or two image uploads and contact info. the form is included via php in some of the internal pages. I've tested in several Browsers, but have problems with IE. it seems to process the js but doesn't submit the form. i'm u

[jQuery] Jquery form plugin and accessing formData

2009-11-25 Thread Mark J
I am using the excellent jquery form plugin to obtain form data, do some pre-submission processing, and pass the altered form on to a django view via ajax for some additional processing. I have a jQuery form plugin "beforeSubmit" function to basically divide a form field by 12 if another "monthly/

[jQuery] jQuery Form Plugin

2009-11-15 Thread BarsMaster
Firs of all, perfect work. But I have problems with file uploads in opera 10. I found the reason. It is here: if (--domCheckCount) { // in some browsers (Opera) the iframe DOM is not always traversable when // the onload callback fires, so we loop a bit to accommodate cbInvoked = 0;

[jQuery] jQuery form plugin and document.domain failure

2009-11-11 Thread Vaclav Kohout
The situation comes like this using form plugin from http://plugins.jquery.com/project/form : $('#photoform').ajaxForm({ dataType : 'json' , success: function(data){ alert( data.result ) ; }, error: function(){ alert('error');

[jQuery] Jquery Form Plugin not sending name of button in Safari

2009-11-04 Thread petersendidit
I have a form with 2 button elements in it. Button elements are used because they are much easier to style as needed. Save Save As Copy I am using the jquery form plugin (http://jquery.malsup.com/form/) to submit the form by ajax. Everything works great in all browser

[jQuery] jQuery form plugin?

2009-11-01 Thread Jim Byrnes
I am new to jQuery and really new to the form plugin so I must be missing something simple but I can't figure out what is wrong. I have this form: Print Items Due Report Date to Print If I put this in the ready function: $('#

[jQuery] jQuery Form plugin and jQuery File Tree plugin

2009-10-26 Thread Julien
Hi, I can upload a file with this setup : - the "form.js" jQuery Form plugin script http://jquery.malsup.com/form/jquery.form.js?2.33 - the "files.php" which upload my files and print a validation message ... move_uploaded_file($_FILES["file"]["tmp_name"], $_POST ["destinationpath"].$_FILES["fi

[jQuery] jQuery form plugin

2009-10-17 Thread Boray Eris
http://www.pidizayn.com/virtualsub/jqform First form is ok. But second one that pulled with jquery not working. What's wrong?

[jQuery] jQuery Form Plugin - File upload with JSON response

2009-10-14 Thread Florent Paillard
Hi, I'm trying to use the jQuery Form Plugin for file upload with JSON response (basically, I need to get an uploaded file ID back from the server after upload) I have a problem when getting the data from the iframe back to the javascript in the main page because the json string is wrapped in a

[jQuery] jquery form plugin upload problem

2009-09-11 Thread Jack Killpatrick
Hi All, Hoping someone can help me out with this, been stuck on it for a while: I'm using the latest version of the jquery form plugin (from MAlsup) for file uploading. The upload works: the server call happens, the file data makes it there and the server returns a value, in this case just a

[jQuery] Jquery Form plugin : Multiselect problem

2009-09-11 Thread kaiser Zaido
Hi, I need to check all multiselect values before posting form. How i can do it? I'm trying to use beforeSubmit function, but changes that I do there doesn't applying to the formData. (Form plugin send information that was grabbed before beforeSubmit function).

[jQuery] jquery form plugin. IE doesnt work

2009-08-22 Thread markstegg...@googlemail.com
Hello, Im using ajaxForm to submit my contact form at futurekode.com: $('#contactForm').ajaxForm(function(data) {} -- This works fine in all browsers except IE7/8. IE error says theres a problem with jquery 1.3.2 and highlights this line: return"submit"===T.type Could someone take a look at

[jQuery] jQuery Form Plugin ajax submit

2009-08-21 Thread Chris Hall
Using the following code: $('.input_all').attr("disabled", "disabled"); for input texts with the class="input_all" seems to break jQuery forms ajax submit. How can I fix this?

[jQuery] jquery form plugin ajaxSubmit / fieldvalue inconsistent behaviour [jquery form]

2009-07-31 Thread rekna
if you have in html the following: ajaxSubmit will submit : check : true check : false $("#check").fieldValue() will return [ true ] so, this is inconsistent with the result of ajaxSubmit, it should return [true,false]

[jQuery] [jquery form plugin] run function in success event

2009-07-30 Thread orangdalam
i wrote this code: function HidePreloader($idPreloader){ $($idPreloader).hide(); } $("#formPassword").ajaxForm({ target:'#container', clearForm:true, success: HidePreloader("#bluePreloader") }); ---

[jQuery] jQuery Form plugin with Yahoo UI

2009-07-17 Thread debussy007
Hi, When I add the jquery.form.js plugin from malsup, my Yahoo UI TreeView won't render anymore ... There seems to be some conflict. Is there any workaround for that ? Thank you for any help. -- View this message in context: http://www.nabble.com/jQuery-Form-plugin-with-Yahoo-UI-tp24530556s27

[jQuery] jQuery Form Plugin help

2009-06-22 Thread capnhud
I am having a problem using the jquery Form Plugin. I have a form that is setup to animate the errors when on submits incorrect information or gives you a succes message when you enter correct information. Howvever my problem is that the messages do not animate when being displayed they just pop

[jQuery] jquery form plugin and firebug conflict

2009-06-11 Thread Val
Hi, I am using Jquery form plugin to interact with PHP server code. When firebug is on, the code correctly sends the data and processes the reply from the server in Json format. Here's the code: var options = { beforeSubmit: showRequest, // pre-s

[jQuery] jQuery Form Plugin with a submit button outside of the form

2009-06-08 Thread johnHoysa
I have my form working great as long as my submit button is contained within the form tags. But the design calls for the submit button to be outside of the form. Any suggestions? Sample code and diagrams are below. I appreciate your help! John Hopefully this will help show you what I need -->

[jQuery] JQuery Form plugin AND DataTables plugin

2009-06-04 Thread brilang
I am using the DataTables Plugin on a table. Each row in the table contains a form. I am using the sAjaxSource initialisation option to retrive a JSON string from the server. I now want to add the JQuery Form event ajaxform to each form in the table. I think I have to use JQuery's Live event but I

[jQuery] JQuery Form Plugin

2009-05-20 Thread Dez
I've been using the Form plugin for a while a just recently (within the last week) something has gummed up the works and I'm not sure what. Here is my code. $().ready( function(){ $('#productListForm').ajaxForm({ target: '#toolList', error: function(request, textStatus, errorT

[jQuery] jQuery form plugin file upload failure

2009-04-27 Thread Jim
I'm using the latest version of the form plugin from http://jquery.malsup.com/form/ and am having problems with a form that has an input of type "file". I have read all the info about how to return JSON and such, how an iframe is used, etc. I've Googled around and searched this list, but m not

[jQuery] jquery form plugin not working in IE8

2009-04-16 Thread adaa
I'm using http://malsup.com/jquery/form plugin but it is not working on IE8 but all other browsers. Pls help.. thanks adnan

[jQuery] jQuery Form Plugin Problem: IE7 gives Object doesn't support property or method

2009-04-13 Thread MeanStudios
Greetings, I'm using jQuery 1.3.2 and jQuery Form Plugin 2.25. My code: $('#msre_file').change(function(){ el = $(this); target = el.next(); $('#entryform').ajaxSubmit({ url: '&ms_rel_file=upload',

[jQuery] jquery form plugin problem

2009-03-28 Thread dth
Hi, I'm trying to use the form plugin from malsup.org to submit a form with ajax, but it does not seem to work with options. This works: $("#loginform").ajaxSubmit(function(obj, statusText) { alert(obj);

[jQuery] jquery form plugin problem

2009-03-28 Thread dth
Hi, I'm having a problem with the jquery (ajax) form plugin. It says on the page (malsup.com) to seek help here :) When I invoke ajaxSubmit() with a function it is called on success. But when I invoke ajaxSubmit() with a Options object with success: function() {..} the function is not invoked. A

[jQuery] jquery form plugin problem

2009-03-28 Thread dth
Hi, I'm trying to use the form plugin from malsup.org to submit a form with ajax, but it does not seem to work with options. This works: $("#loginform").ajaxSubmit(function(obj, statusText) { alert(obj);

[jQuery] jQuery Form plugin, the checkbox and the formData array

2009-03-22 Thread MarkZ
Hi I am using jQuery's 'Form Plugin' (available at http://www.malsup.com/jquery/form) to submit my form. Just before submitting form the plugin runs (using 'beforeSubmit:' option) validation callback function. This CB function uses 'formData' - an array of objects representing the name and value

[jQuery] jQuery Form Plugin Ajax Problem

2009-03-05 Thread makrohaus
Hi. I have a form and i submit it with: $("#form_ajax").ajaxSubmit(); My problem is that some of the inputs are loaded on an action via ajax. When i submit the form the inputs which are loaded later are not submitted. Has anyone any idea? Thanks a lot!

[jQuery] jQuery Form Plugin ROOKIE in need of help :(

2009-02-25 Thread Brian Long
Hey everybody - I'm definitely an amateur, but I have a pretty good understanding of PHP / MySQL / Firebug / FirePHP so I think we can work through this. If using the standard form plugin model - I have the callback: function showResponse(responseText, statusText) { $('#myForm').html('Subm

[jQuery] jQuery Form Plugin not working in Mozilla 3.0.6!!

2009-02-25 Thread antcj...@gmail.com
Hi, I just downloaded jquery.form.js from http://malsup.com/jquery/form/#download The following code works fine in IE (The returned XML from server is displayed through alert() ) But when I use the same code in Mozilla 3.0.6, It fails. ( I am getting redirected to the sell.php5 page ) Can anyo

[jQuery] jQuery Form Plugin redirects even if I use return false in $('#myForm2').submit(function()

2009-02-23 Thread antcj...@gmail.com
Hi all, I am using jQuery Form Plugin to submit a form to my php. I am using ajaxSubmit to achieve the same. But when I used it like this, --- $(document).ready(function() { var options = { target:

[jQuery] jQuery Form Plugin redirects even if I use return false

2009-02-23 Thread antcj...@gmail.com
Hi all, I am using jQuery Form Plugin to submit a form to my php. I am using ajaxSubmit to achieve the same. But when I used it like this, --- $(document).ready(function() { var options = { target:

[jQuery] jQuery Form Plugin

2009-02-19 Thread Paul
Hi there, I am using jQuery Form Plugin with Matt's Script Formmail, and I simply cannot get it to work. Rather than showing up with the ajax form, it still just default redirects me to a success or error page. I am not jQuery expert, but I was hoping someone can point me in the right direction,

[jQuery] jQuery Form Plugin

2009-02-19 Thread Paul
Hi there, I am using jQuery Form Plugin with Matt's Script Formmail, and I simply cannot get it to work. Rather than showing up with the ajax form, it still just default redirects me to a success or error page. I am not jQuery expert, but I was hoping someone can point me in the right direction,

[jQuery] Jquery Form Plugin issues

2009-02-18 Thread Daniel
I'm going nuts here, and I think i've been staring at this far too long. I have done more than one of these in my day, but for some reason this just isn't working. I'm hoping a fresh set of genius eyes can help me out here. Everything has been checked for validation and so on. Doesn't work in IE

[jQuery] jQuery Form Plugin - after ajaxSubmit call, ajax submitting seems to be disabled

2009-01-12 Thread Isaac Raway
I have a situation where I have a form that remains on a page even after a successful submit - it is used to add items to a list of existing items. After submitting the form, successfully, the backend responds with a blank HTML form. This loads correctly after the call to ajaxSubmit. However whe

[jQuery] jquery form plugin: fieldValue vs. val

2008-11-27 Thread Stanislav Ievlev
Greetings! I've seen http://docs.jquery.com/JQuery_1.2_Roadmap#Form.2FField_Serialization http://docs.jquery.com/Release:jQuery_1.2/Attributes. Is fieldValue() still better then standard val()?

[jQuery] jQuery Form Plugin using keyUp() or change() instead of submit

2008-10-27 Thread brian mahoney
> Is there a way to get the jQuery Form Plugin to work with a > keyUp() or change() instead of having to use a submit button?

[jQuery] jQuery Form Plugin - "success" callback function isn't called

2008-10-23 Thread Sebastian
Hey guys, I'm working with the "jQuery Form Plugin" and I'm having some trouble with it. In my HTML I have a button, which, when clicked, inserts a form via jQuery. To then register the form's submit event, I use the "livequery" plugin in my "(document).ready" function: (document).ready(function

[jQuery] jQuery Form Plugin - File Upload Issues

2008-10-12 Thread JustinScheetz
I have a form that works perfectly until I try to upload a file, please check out: http://freshbump.scheetzdesigns.com/ Click the big blue "Add the Next Image" button and play with the form. If you don't add a file to upload, it works. Once you add a file, it's a no-go. There is documentation o

[jQuery] jQuery Form Plugin

2008-10-02 Thread André Cassal
Hey Folks, Can I cancel a connection during an upload? I'm using this form plugin http://www.malsup.com/jquery/form/ and a dialog showing the process, but the dialog needs to have a cancel button to trigger a client-side cancel. As this plugin uses an iframe to target a form, I need just change

[jQuery] jQuery Form Plugin - success callback problem with FF/Chrome

2008-09-29 Thread Clemens
Hi, I'm using the jQuery Form Plugin to submit my form (#load), which then loads data from the server. Heres the JS: jQuery().ready(function() { // ... some code jQuery("#load").ajaxForm({ dataType: "json", success: function(data) {

[jQuery] Jquery Form Plugin - tags are removed

2008-09-21 Thread theaska
I am using the Jquery Form pluging version 2.12 to submit a form with a response of another form: $(document).ready(function(){ $("[EMAIL PROTECTED]'formHello']").ajaxForm({ success:function(response){ $("div#formContainer").html(response); } }); }

[jQuery] jQuery Form Plugin

2008-09-13 Thread René
I'm trying to use the beforeSubmit callback of the jQuery form plugin to check some values with the server before submitting the entire form, which can include a large file upload (which would be annoying to upload, and then fail due to other submitted values being invalid-- hence the pre-submit c

[jQuery] JQuery Form Plugin and json

2008-08-29 Thread Stefan Sturm
Hello, I'm using the jQuery Form PlugIn( http://www.malsup.com/jquery/form/ ) to handle my Forms. I like it, but I have a question about an improvment: At this time all form fields are send using post, but it wold be nice, to send all form fields json encoded as one post parameter. Is there a wa

[jQuery] JQuery form plugin not uploading files

2008-08-19 Thread [EMAIL PROTECTED]
Hello, this may be a stupid question, but im trying to make an upload from a form with the form plugin (excelent btw), the form data is sent to a DB through a php script. Here is the form: Nombre de la imagen: Des

[jQuery] jquery form plugin - post method do not work in firefox3

2008-06-18 Thread pratikspace
Hi guys, I am just testing my application on firefox3 and found that form data after doing post do not get submitted correctly ... I am using APACHE::ASP mod perl. so following code is combination on perl and javascript. And data posting is done by jquery form plugin. Here is my simple test c

[jQuery] jQuery Form Plugin Action with "#"

2008-05-14 Thread Dominik Weiss
Hi, I'm using the ajaxSubmit() function to submit a form which has action="index.php#content_jump". The requested URL will be something like "index.php#content_jump?foo=bar&bar=baz" - which is an invalid URL. For the moment I monkeypatched the source to remove the "named anchor" (line 59 of jque

[jQuery] JQuery Form Plugin returns nothing in Opera

2008-05-08 Thread Kosarev Denis
Hello, Mike! You saved my day! :) This version worked perfectly for me! Thanks for the fast reply! Thursday, May 8, 2008, 8:05:19 PM, you wrote: >> I've got a form that uploads a file. It's an AJAX form, initialized by the >> following code: >> >> $(document).ready( >> function() >> { >

[jQuery] JQuery Form Plugin returns nothing in Opera

2008-05-08 Thread dkosarev
I've got a form that uploads a file. It's an AJAX form, initialized by the following code: $(document).ready( function() { $('#filer').ajaxForm( { target: '#vars', beforeSubmit: function(formData, jqForm, options) { alert('sending'); }, success: function(responseText, statusText) { alert

[jQuery] jQuery Form Plugin file upload problem

2008-05-04 Thread dtc
Hi, I'm attempting to use the jQuery Form Plugin on a page that has multiple forms. The particular form I am using to allow the uploading of files is the third form on the page. I'm also using that form within a modal dialog box, using the SimpleModal jQuery plugin. I have a Java Servlet handl

[jQuery] jQuery Form Plugin target confusion

2008-04-08 Thread Iasthaai
I'm using the jQuery form plugin and specifying my target as so: $(function() { var _options = { target: $( this ), beforeSubmit: function(data, set, options) { alert( $(set).attr( 'action' ) ); } } $( '.form' ).ajaxForm( _options ); }); I've also t

[jQuery] jQuery Form Plugin (jqForm) problem on beforeSubmit callback

2008-02-24 Thread Nazgulled
My question is pretty simple... I have the code posted above and it doesn't work. To test the problem, load the page (of course lol), click on "Submit" and you'll see a message stating what the script is going to do next, then, click on "Show!". You'll see the value "null" and I don't understand w

[jQuery] jquery form plugin submitting for multiple times after DOM is appended

2008-02-23 Thread pedalpete
I'm using the jquery form plugin from a form which is retrieved via ajax. I have multiple forms on the page. I'm using .livequery to make sure the form is only requested once, but didn't realize my problem is that the submit is actually occuring more than once. I've tried adding .livequery to the

[jQuery] jQuery Form Plugin help

2008-02-22 Thread hcvitto
hi i'm trying to use the jQuery Form Plugin from http://www.malsup.com/jquery/form/ it's apparently easy to use but at my first try i can't make anything out of it!! this is the page i'm working on http://www.eco-way.it/projects-and-communication/extra/curriculum.php In my comuni.js i use $('

[jQuery] jQuery form plugin error with examples.

2008-02-09 Thread Sathyakumar
Hi, I am using jQuery 1.2 with form plugin. Am new to jQuery, so bear with me if the doubt sounds silly. I was trying out the first example in the form plugin My Html code goes something like this .Rest of the code containing form data And my common.js reads jQuery(document).r

[jQuery] jQuery Form Plugin, and ajax submit without submit button

2008-01-14 Thread Giovanni Battista Lenoci
Hi, I'm using this fantastic plugin but if I try to submit the form using $('#form_id')[0].submit() the ajaxform it's not fired, it behaves like it's a normal form, and I'm redirected to the ajax page. What I want to do is to submit the form when I check a checkbox. Can you help me? thank you

[jQuery] jQuery Form Plugin - redirect after success

2007-11-29 Thread Web Specialist
Hi all. I'm using jQuery Form Plugin(http://www.malsup.com/jquery/form/) to validate a form with ajax. This is js code: .ajaxStart(function() {$(this).show();$('#divResposta').hide()}) .ajaxStop(function() {$(this).hide();}) $('#frm').ajaxForm({

[jQuery] JQuery Form Plugin with multiple forms per page

2007-11-29 Thread Tom Duke
Hi all, New to the list and jquery. I am trying to bind the JQuery form plugin to multiple forms on a single page. I can do this but I cannot figure out how to assign different options for each form. The form code is :- ... Where the rid is unique for each form. My JQuery code is :- $(doc

[jQuery] jQuery Form Plugin > Doesn't execute on returned forms?

2007-11-25 Thread Geoff Millikan
I have a form that is submitted via the jQuery Form Plugin to a PHP page which then returns another form in its place. The second form looks identical to the first however this second form will not submit via the jQuery Form Plugin. It's as if the jQuery Form Plugin script at the top of the orig

[jQuery] jQuery Form Plugin > document.myform.submit()

2007-11-24 Thread Geoff Millikan
I love the jQuery Form Plugin! I want to submit the form using an onClick event instead of making the User click a button. Is that possible? I tried the below but no luck: function submitme(){$('#myform').submit(function() { $(this).ajaxSubmit(); return false; });} Click here to subm

[jQuery] jQuery Form Plugin with prepended hidden fields

2007-11-13 Thread micha149
Hi! I prepend some new hidden fields to my form. After that I make the form to an ajaxform with the jQuery Form plugin. It seems to work, but I miss the new hidden fields... Somebody knows the Problem?

[jQuery] jQuery Form Plugin fiasco

2007-10-01 Thread roso
The jQuery Form Plugin hosted at http://www.malsup.com/jquery/form/ is impossible to understand. I wasn't able to replicate any of the examples listed there. The demo page which also includes the documentation is bloated with a zillion number of examples and a zillion scripts. NO, that is NOT the

[jQuery] jQuery Form Plugin and Validation Form

2007-08-15 Thread Freud
Hi, first of all, excuse me for my language, I'm french ;) so I'll try to make it simple... I'm using the JQuery Form Plugin and it works perfectly fine : $(document).ready(function() { var options2 = { target:"#alertes", url: "soa.php?action=modif" };

[jQuery] jQuery Form Plugin Repository: Compressed versions?

2007-08-15 Thread Pogo
Anyone know where to get the compressed version of this plugin: http://www.malsup.com/jquery/form/ ???

[jQuery] jQuery - form plugin

2007-07-17 Thread debussy007
Hi, I am trying to understand the difference between AjaxForm and AjaxSubmit. There are some examples Here : http://www.malsup.com/jquery/form/#sample1 With some forms. But for each form, when I click Submit, I get on a dummy.php page with some text on it. It doesn't look like an Ajax call.

[jQuery] jQuery form plugin questions

2007-07-13 Thread Chris
Hello everyone, I'm a bit of a noob to this whole AJAX thing so you'll have to forgive me. I've setup a blog, using jQuery the comments are added to mysql using this form plugin (http://www.malsup.com/jquery/form/#getting- started). Posting the comments work great, I was even able to add in a co

[jQuery] jQuery form plugin questions

2007-07-13 Thread Chris
Hello everyone, I'm a bit of a noob to this whole AJAX thing so you'll have to forgive me. I've setup a blog, using jQuery the comments are added to mysql using this form plugin (http://www.malsup.com/jquery/form/#getting- started). Posting the comments work great, I was even able to add in a co

[jQuery] jquery form plugin - double action (fadein) problem

2007-06-12 Thread Sławomir Kozłowski
link to sample page: http://www.torli.pl/fadein/index.html Wrocław Non Stop - eksplozja kultury we Wrocławiu! 22 czerwca - 1 lipca 2007. W ramach festiwalu wystąpią m.in. Iggy Pop & The Stooges! wwW.wroclawnonstop.pl http://klik.wp.pl/?adr=h

[jQuery] jquery form plugin - double action (fadein) problem

2007-06-10 Thread slakoz
hello, i have (very simple) problem. what i want to do: when form is submited, i must deliver the data from server to two separate divs (in the same page, one html file) so i use the code: $('form#obiekty').ajaxForm({ target: '#oblist , #oblist2', success: function() { $('#oblist').fadeIn('slow

[jQuery] JQuery Form Plugin: encodeURIcomponent/decodeURI with ISO-8859-1

2007-05-11 Thread sithram
Hello! I need to can use ISO-8859-1 in send data to server with the (selector).ajaxForm(options). I see that uses encodeURIcomponent in serialize parameters, and this does that the sending information uses strange codes. initial text > recieved text després > després informació > informació

[jQuery] jquery form plugin

2007-04-12 Thread Tom Shafer
I am trying to return html after the form has been processed. I get it to work with plain text such as echo '{ message: " Thanks " }'; but html doesnt seem to want to work. Any thoughts?