开发者

jQuery Templates are they part of the core jQuery library?

I'm reading this in a pre开发者_如何学Cvious Scott Guthrie blog (http://weblogs.asp.net/scottgu/archive/2010/10/04/jquery-templates-data-link-and-globalization-accepted-as-official-jquery-plugins.aspx)

"in the next major release of jQuery (jQuery 1.5), the jQuery Templates plugin will be included as a standard part of the core jQuery library."

Did this happen e.g. are they part of the core library?


No they're not, but are easily accessible from jQuery's documentation page links:

  • http://ajax.aspnetcdn.com/ajax/jquery.templates/beta1/jquery.tmpl.js
  • http://ajax.aspnetcdn.com/ajax/jquery.templates/beta1/jquery.tmpl.min.js

Or you can as well watch the project on GitHub.

They're also quite well documented on the jQuery API site where every other aspect of jQuery's documented. There are actually only two such plugins there:

  • jQuery Templates plugin and
  • jQuery Data Link plugin

Unfortunately Globalization plugin had no such luck to be included in official jQuery documentation.


No, as of now they aren't. It appears to still be in the beta1 version: http://api.jquery.com/category/plugins/templates/


No it didn't get included as a part of the core, however, you just have to include http://ajax.aspnetcdn.com/ajax/jquery.templates/beta1/jquery.tmpl.min.js to use it.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜