Can I load multiple libraries using google.load(...) ?
Posted
by Ravi Gupta
on Stack Overflow
See other posts from Stack Overflow
or by Ravi Gupta
Published on 2010-04-14T14:26:05Z
Indexed on
2010/04/14
14:43 UTC
Read the original article
Hit count: 188
On Google code playgorund, I tried to load multiple library like below
google.load("jquery", "1");
google.load("mootools", "1.2.1");
But it breaks the code, why ? Thanks
© Stack Overflow or respective owner