PHPology is a collective of highly skilled, award winning, web gurus.
Contact Raj on 07985 467 213 or email [email protected]

JQuery Ajax "invalid label" issue

Had this issue where when I made an ajax call with JQuery 1.5.0, Firebug would throw an error saying "Invalid label".

Searching the net, Stackoverflow gave me an insight to where my problem was lying.

As I was also using JQuery Validator on the same page, my Ajax response was having conflict.
Pointing to JQuery 1.6.0 solved my problem.

More info here: http://stackoverflow.com/questions/4886525/jquery-1-5-ajax-call-fails-with-invalid-label-for-json-requests