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
how to read response of an ajax object
Moderator: General Moderators
-
venkatesh.svs
- Forum Newbie
- Posts: 12
- Joined: Wed Jan 06, 2010 1:30 am
- flying_circus
- Forum Regular
- Posts: 732
- Joined: Wed Mar 05, 2008 10:23 pm
- Location: Sunriver, OR
Re: how to read response of an ajax object
Check out php's explode() method. If your fields are space delimited, then it should be pretty straight forward.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