[jQuery] Validate remote method response problem
I've been working with jQuery just a couple days and I'm having an
issue with the Validate plugin. Please see these URLs for the source
code:
jQuery.Validate: http://darthead.pastebin.com/f7e7f8715
PHP remote script: http://darthead.pastebin.com/f2417d853
I'm trying to use the remote method to call a PHP script in order to
test the validity of a user's URL. I've got the PHP logging calls to
a text file, so I know that the remote request from Validate is going
out and the PHP script is working. My issue is that I don't seem to
be receiving the response back to the plugin, which should give the
user an error message if the URL is invalid.
I am trying to figure out what's happening in Firebug and set a
breakpoint at line 761 in jquery.validate.js but I can't follow what's
happening with the request.
It'd be great if someone could give it a look.
Thanks,
Rus