c...@p!
I just found the answer: We're using 1.2.6 and there's this patch we
need...
http://dev.jquery.com/ticket/3045
Thank you all for the help - that IBM link really did help...I can't
believe this is so little documented.
Thanks again!
James - Thank You for that link! - Very Helpful
I've been able to track down what *seems* to be my problem...
The call we're trying to make is an HTTPS call, which (I believe) is
considered 'cross-domain' even when on the same domain. That's why we
chose to try JSONP in the first place. Now wh
James... thanks for posting that, great article explaining what's
going on during that kind of call
On Mar 3, 1:36 pm, James wrote:
> Here's an article from IBM I've
> Googled:http://www.ibm.com/developerworks/library/wa-aj-jsonp1/
> I think it's fairly easy to understand and detailed. I think
Here's an article from IBM I've Googled:
http://www.ibm.com/developerworks/library/wa-aj-jsonp1/
I think it's fairly easy to understand and detailed. I think the
difficult part of JSONP is that the jQuery docs does not show an
example of how the server-side output is suppose to look like.
On Mar
usually you should use $.getJSON when you need jsonp to get data from
another domain
On 3月3日, 上午8时17分, craigpierce wrote:
> Hi All -
>
> I'm fairly new to jQuery, and totally new to jsonp. I would like to
> see an example of an $.ajax call using jsonp - as of right now, this
> is what I have tr
5 matches
Mail list logo