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
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",
2 matches
Mail list logo