[jQuery] Re: Jquery Remote Message is not showing up

2009-08-09 Thread chobo2
ya that is for php not Asp.net MVC. The url is right, the problem was the "bool" I was returning. It returned "False" or "True" where jquery.validate needs to have "false" or "true" in lowercase otherwise it ignores it. Once I figured that out it all worked. Field wrote: > I think you need more

[jQuery] Re: Jquery Remote Message is not showing up

2009-08-09 Thread Field
I think you need more than just "Test" in the remote: call. Look at the jquery validation documentation and the examples he's provided. For instance, this is my remote: remote: { url: "/rtui/codeigniter/index.php/business_form/dupeCheck",