I am switching from jquery 1.2.6 to 1.3.2... I got an error that says "uncaught exception: Syntax error, unrecognized expression: #[object Object]"
I've removed all '@' symbols in my js files..
This error occurs at my json array response..
My json response look like this [Object, Object success=Data Added SuccessFully!, Object, Object]
When I am using jquery 1.2.6 it works fine...
Please help me...