I do understand what JSON/JSONP does, but I'm not a programmer and do not know how to extract the bare basics for simple usage. I've read a lot on JSONP and ...
so I have a few links that have a class of 'button', and I am trying to get their text values with the jQuery .text() function, but it is returning nothing ...
I'm looking for a cross-browser solution to be able to make cross-domain syncronous calls. What I want to do is to call some PHP services that return plain text (no JSON ...
Hi,Id really appreciate if you could explain how Id be able to retrieve the text "Text I want to retrieve".The structure is exactly as presented.This is what I managed to come up with so far: jQuery(".colhead").parent().parent().children()[1].cells[1].childNodes[1] This brings me the tag where the text is, but none of the functions or attributes seems to contain the text.
I have a getJSON call that works fine in FF, but bugs in IE.I get no data. :(So i want to see what the plaintext is that's returned in the success callback..Using the new 1.3 jQuery, btw..code: var rc = $('select#regions_countries')[0]; var rr = $('select#regions_regions')[0]; var url = 'http://www.myhost.com/members/ajax_fetch_regions_for_countries.php'; var countries = []; for (var i=0; i