跨域访问
instanceof js───实例
immutability js───不变性js
grapnel js───抓斗js
autotype fastjson───自动键入fastjson
decreet volwassenenonderwijs───成人教育法令
annotator js───注释器js
emodal js───情绪化js
chevrotain js───雪佛兰js
quintus js───quintus js公司
currying js───咖喱js
It is not a JSONP service.───这不是JSONP服务。
Example service with JSONP support.───使用JSONP支持的示例服务。
SO, how can you transform it to a real JSONP service?───因此,如何才能将其转换为真正的JSONP服务呢?
Coupled with its JSONP support and jQuery, YQL lets you access structured data across the Web through a single unified interface.───与其JSONP支持和jQuery相结合,YQL允许您通过一个统一的界面访问Web上的结构化数据。
To call Twitter, you use a dynamic script tag, which is a technique often referred to as JSONP.───为了调用Twitter,要使用动态脚本标签,这是一项常称为JSONP的技术。
Now that you know how to use JSONP, you can start using some ready-made JSONP Web services to build your applications and mashups.───知道如何使用JSONP之后,可以开始使用一些现成的JSONPWeb服务来构建应用程序和mashup。
Of course, JSONP is a great help to workaround the cross-domain limitation and specifically when a server-side proxy cannot be used.───当然,JSONP对于绕开跨域限制很有帮助,尤其是在服务器端代理无法使用的情况下。
You could call this service with jQuery's JSONP support using the code shown in Listing 5.───使用清单5所示的代码可以通过jQuery的JSONP支持调用该服务。
Query Language (YQL) as a single endpoint JSONP service that lets you query, filter, and combine data from different data sources.───查询语言(YQL),这种单端点的JSONP服务允许您查询、过滤和合并来自不同数据源的数据。
In Part 1 of this series, we introduced JSONP as an effective cross-domain communication technique, one that lets you bypass the same-origin policy limitations imposed by the current browsers.