[jQuery] data: $("#contact_form").serialize(),

2009-07-16 Thread robotwink
Hi guys, I need to send the whole form to the server for processing. I have this now, which is not working: $.ajax({ type: "POST", url: "file.php", data: $("#contact_form").serialize(),

[jQuery] Re: data: $("#contact_form").serialize(),

2009-07-17 Thread robotwink
ing"? > > Are there any error messages? > Is $("#contact_form").serialize() not giving the right values? > Is the AJAX request not being sent? > Is there no response coming back from the AJAX request? > > Try adding an 'error' callback also to see if it g

[jQuery] Re: data: $("#contact_form").serialize(),

2009-07-17 Thread robotwink
elow everything else, and serialize() will no longer return empty. > > Ted > > > > On Fri, Jul 17, 2009 at 2:54 PM, robotwink wrote: > > > Hello, > > > I tried for hours and no luck. Here's my code: > > >http://stikked.com/view/4d9c1242 > > &

[jQuery] event.preventDefault(); not working in IE

2009-07-17 Thread robotwink
Hello, I'm using IE8 and when I pass: event.preventDefault(); I get an error message: Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/ 4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.30729; .NET CLR 3.5.30729) Timestamp: Fri, 17 Jul

[jQuery] Re: event.preventDefault(); not working in IE

2009-07-17 Thread robotwink
icult to > help. Are you sure 'event' is set to the correct event object? > > On Jul 17, 10:18 am, robotwink wrote: > > > > > Hello, > > > I'm using IE8 and when I pass: event.preventDefault(); I get an error > > message: > > > Webpag

[jQuery] Re: event.preventDefault(); not working in IE

2009-07-17 Thread robotwink
nction (event){  // <- over here > >                 event.preventDefault(); > >         }); > > On Jul 17, 10:28 am, robotwink wrote: > > > > > Hi, > > > Here's how it looks: > > > > > <!-- > > > $(docu