Adding other javascript libraries

10 views
Skip to first unread message

Mike Caron

unread,
Mar 22, 2011, 11:45:42 AM3/22/11
to aks...@googlegroups.com
How can I add JQuery, for example?

Anton Korenyushkin

unread,
Mar 22, 2011, 12:06:21 PM3/22/11
to aks...@googlegroups.com
To use JQuery on the client side you should add an appropriate <script> tag to the base HTML template. Best practice is to link to some CDN, e.g., Google CDN.

You don't need JQuery on server. But you can use server-side JavaScript libraries and create new ones. You can clone a library into an app and then require() it.

On Mar 22, 2011, at 18:45 , Mike Caron wrote:

How can I add JQuery, for example?

--
You received this message because you are subscribed to the Google Groups "akshell" group.
To post to this group, send email to aks...@googlegroups.com.
To unsubscribe from this group, send email to akshell+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/akshell?hl=en.


Mike Caron

unread,
Mar 22, 2011, 2:57:00 PM3/22/11
to aks...@googlegroups.com, Anton Korenyushkin
Ah, yeah, I forget that this is server-side js, not client-side. Thanks for the clarification
Reply all
Reply to author
Forward
0 new messages