I am trying to do the classic category -> subcategory chained dropdowns (where selecting something in category, populates the subcategory).
i\'m using jquery.getJson() to retrieve a json object created by my php script. it works if i remove the locations array. however i need the locations array to populate a combobox.
I am using the following URI like so to pass to jQuery\'s getJSON. var publicVidsUrl = \'http://api.publicvideos.org/v/0/clips?callback=?\';
I\'ve got a very standard AJAX request: $.getJSON(\'/products/findmatching/38647.json\', {}, function(JsonData){
Writing my first JQTo开发者_如何学运维uch app. When I go from #login to #home, a JSON ajax call happens successfully but the pageAnimationEnded event appears to be in an infinite loop.
I\'m trying to use jQuery.getJSON to get data from a domain I don\'t own myself. I\'ve made it work in the past, but this time it keeps failing. I get the response into the browser, but then Chrome sa
i am developing phone-gap app in android. In app I am calling a servlet returning JSON. Under app code I am calling following method through javascript in index.html
I am trying to make a get http request using jquery getJSON function. I have implemented it like this...
I\'m doing a couple of .getJSON calls and if any one of them succeeds, I\'m trying to set a bool to true so I can then do some other stuff elsewhere on the page.I was trying to use jquery\'s .data() f
I know there are a few topics on this, but I seem to be fumbling my way through with no results.I\'m trying to use a controller to return JSON results to my Bing Maps functions.