I can able to get the all the values when i try to get dynamically. I can't get the values so. I have tried the json parse. Its working correctly because the dainamic url values all getting string format. so i can't get correctly.
var json = '{"result":true,"count":1}', obj = JSON.parse(json); alert(obj.count);
No comments:
Post a Comment