Hi All,
I have the this getJSON function:-
$.getJSON("url",
{onlyShow:selectedPromotion,orderBy:selectedSortType},function(json)
{alert('json data'+json.data);
});
but when i call this function it is able to get the JSON data but when
put any alert in the callback function the alert is not popping up.
Any Idea ?
Thanks for Help
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---