Page 1 of 1

how to read response of an ajax object

Posted: Fri Jan 08, 2010 12:50 am
by venkatesh.svs
how to read the response of an ajax object

i am getting the response of an object as a string value.
i want to get those values individually by separating with the space
and then i want to check perticular checkbox based on that responce value

Re: how to read response of an ajax object

Posted: Fri Jan 08, 2010 1:04 am
by flying_circus
venkatesh.svs wrote:how to read the response of an ajax object

i am getting the response of an object as a string value.
i want to get those values individually by separating with the space
and then i want to check perticular checkbox based on that responce value
Check out php's explode() method. If your fields are space delimited, then it should be pretty straight forward.