views:

1674

answers:

2

How to load javascript files using google.load instead of directly using tag in freemarker template language?

+3  A: 

For loading common JavaScript Libraries like jQuery, Prototype, MooTools, Dojo... from the Google CDN, you can find more information here.

CMS
A: 

And complementing CMS' answer: this is the detailed documentation.

Eugene Lazutkin