On-Demand Javascript

程序名称:On-Demand Javascript

On-Demand Javascript 介绍

On-Demand Javascript Plugin aka “Lazy Loading”

Download Javascript as and when required, instead of downloading it all on
page load. This is a “lazy loading” approach applied to Javascript, and has
several benefits…

  • Initial page load is faster.
  • Overall bandwidth usage is less, since only Javascript that’s required is used.
  • Deployment is easier as the code takes care of pulling in Javascript, with the coder only ensuring enough is there to kick the process off.
  • You can produce snippets of Javascript on the fly - effectively sending back a kind of “behaviour message” advising the browser on its next action. This is a variant of the core pattern described at the end of this section.
  • You can bypass the standard “same-domain” policy that normally necessitates a Cross-Domain Proxy. Provided a server exposes a segment of valid Javascript, it can be extracted by the browser.

AjaxPatterns - On-Demand Javascript

On-Demand Javascript 官网

http://plugins.jquery.com/project/ondemandjs

相关编程语言

多功能下拉选择插件 SelectPage 简洁而强大的下拉分...
AutoComplete 是一个 jQuery Mobile 的插件,用于实...
Combogrid 是一个jQuery插件用于为输入框添加高级自...
Autobox2这个jQuery插件,可以用于创建类似于Facebo...
Link Scraper TextBox 是一个文本框的扩展插件,当你...
Awesomplete 超小超好用的超漂亮的 autocomplete 框...