hi i am using jquery version 1.3.2 , i use it because my jquery validation plugin does not work properly with jquery 1.6.2 , but when using version 1.3.2
parseJSON is not a function
appears in firebug . i searched and found the answer that is because
parseJSON was added in version 1.4.1
so what function can i use instead of parseJSON
please help……………….
You may use
JSON.Parse().