Welcome Guest, Not a member yet? Register   Sign In
Can't post with JQuery
#2

[eluser]Aken[/eluser]
Use Firebug or some other Javascript developer toolbox to see what kind of requests and responses are being made. Once you know where the code is stopping, you can adjust it accordingly.

First, do you actually have the Javascript variable 'loading' defined before running this line of code?:
Code:
$('#form_result').html(loading);

If not, that is a potential issue. There's nothing wrong with your $.post Ajax, except that even though you're defining the variable 'name', when you put that into the $.post data, it gets taken literally as the word 'name', not the variable value as defined earlier. I'd suggest not defining name and value, and replacing the data object with $(this).serialize()


Messages In This Thread
Can't post with JQuery - by El Forum - 04-24-2011, 01:37 PM
Can't post with JQuery - by El Forum - 04-25-2011, 09:37 PM
Can't post with JQuery - by El Forum - 04-26-2011, 03:47 AM
Can't post with JQuery - by El Forum - 04-26-2011, 06:47 AM
Can't post with JQuery - by El Forum - 04-26-2011, 07:43 AM
Can't post with JQuery - by El Forum - 04-26-2011, 07:48 AM
Can't post with JQuery - by El Forum - 04-27-2011, 08:25 AM
Can't post with JQuery - by El Forum - 04-27-2011, 02:00 PM
Can't post with JQuery - by El Forum - 04-28-2011, 12:04 AM
Can't post with JQuery - by El Forum - 04-28-2011, 03:31 AM
Can't post with JQuery - by El Forum - 04-28-2011, 06:30 AM
Can't post with JQuery - by El Forum - 04-28-2011, 06:45 AM
Can't post with JQuery - by El Forum - 04-28-2011, 06:59 AM
Can't post with JQuery - by El Forum - 04-28-2011, 07:39 AM
Can't post with JQuery - by El Forum - 04-28-2011, 12:56 PM
Can't post with JQuery - by El Forum - 04-30-2011, 05:07 AM
Can't post with JQuery - by El Forum - 04-30-2011, 12:37 PM
Can't post with JQuery - by El Forum - 04-30-2011, 01:37 PM
Can't post with JQuery - by El Forum - 04-30-2011, 03:04 PM
Can't post with JQuery - by El Forum - 05-01-2011, 03:25 AM
Can't post with JQuery - by El Forum - 05-01-2011, 04:25 AM
Can't post with JQuery - by El Forum - 05-01-2011, 04:36 AM



Theme © iAndrew 2016 - Forum software by © MyBB