[jQuery] Re: Generate and submit file upload form with jQuery

2009-12-19 Thread oli
ould use divs instead of a table. Or use a TD with > colspan=whatever and place another table inside of that (wrap the > table with the form tag). > > > > On Sat, Dec 19, 2009 at 11:15 AM, oli wrote: > > .append($(":input",form).clone()) > > > This

[jQuery] Re: Generate and submit file upload form with jQuery

2009-12-19 Thread oli
#x27;m looking for all input fields inside the and generate a new one... On Dec 19, 5:09 pm, brian wrote: > Why don't you simply submit the form you are cloning from? It doesn't > appear to me that you're adding anything to the new form. > > > > On Sat, Dec 19, 2009

[jQuery] Generate and submit file upload form with jQuery

2009-12-19 Thread oli
Hi, I want to collect some input fields that are already present in my DOM, generate a form with jQuery and submit it. Everything works fine, unless if one of those input fields is a type="file" field. $(".trform .sendform").click(function(e) { e.preventDefault(); var form = $(this).close

[jQuery] jQuery Modal script needed...

2009-07-31 Thread oli
Hey there, I'm looking for a light-weight jQuery modal plugin that supports ajax, some effects and restyling or resizing by a little Api. I didn't find anything that fits my expectations. Thanks, Oli

[jQuery] ajax loading animation attached to mouse

2009-02-23 Thread oli
Hi, I'm looking for a plugin (or another easy way) to attach a custom ajax loading animation to my mouse arrow. I didn't find anything in the plugin list. Regards, Oli

[jQuery] onClick event on content loaded by ajax

2009-02-12 Thread oli
nt handler onClick for the submit link isn't called when I click on the button in the form. So, jQuery("#submit-register-form").click(function() { alert('yay'); } doesn't work if the form has been loaded by ajax, but does work if I load it on site load. How can I solve this? Regards, Oli

[jQuery] Re: how to use another javascript funtion (and outside variables) inside jquery model

2008-11-12 Thread Oli
; //get > > the content's id > >          $(id).slideToggle(); //toggle visibility of the contents > >     }); > > > }); > > > A glance at the docs (docs.jquery.com) should give you an > > insight of what's going on. > > > As for the PHP, you

[jQuery] Re: how to use another javascript funtion (and outside variables) inside jquery model

2008-11-11 Thread Oli
they will interact with it. > > Thanks, > > -Mike > > > > > From: Oli > > > Hi guys, > > > I am really excited about what I can do with JQuery, I just > > managed to finish one simple demo which basically allows a > > new css div to slide open whe

[jQuery] Re: Newbie: Sequencial fadeOut / FadeIn effects

2008-11-06 Thread Oli
This solution here http://jsbin.com/oluba that Mauricio has put up for us shows error on the browser status bar - ERROR ON PAGE. anyone knows how to fix that? Maurício On Nov 1, 4:58 pm, Alexandre <[EMAIL PROTECTED]> wrote: > Great solution, but I'm now stuck with hiding the content on loa

[jQuery] serialize a form with german characters

2007-11-04 Thread Oli
Hi, I tried to send a form via ajax. To send it, I first serialized it - but after that there seems to be an encoding problem with my german characters. I can see these strange broken characters in the firefox- log. I saved my html-document as UTF-8 and I also set the documents content type to U