简体   繁体   English

jQuery无法在Google Apps脚本上运行

[英]Jquery not run at Google Apps Script

I use a template HTML file from output a web page from Google AppsScript. 我使用模板HTML文件从Google AppsScript输出网页。 I use return HtmlService.createHtmlOutputFromFile('listview'); 我使用return HtmlService.createHtmlOutputFromFile('listview'); At the space at listview.html file i have a linked to jquery library : 在listview.html文件的空白处,我有一个链接到jquery库:

<link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.css" />
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.js"></script>

If i run the html template independent at browser the web is correctly and the jquery is connect but wehn i use google appscript the web run but not connect at jquery library 如果我在浏览器上独立运行html模板,则网络是正确的,并且jquery已连接,但是我使用google appscript在web上运行但未在jquery库连接

Why i can't connect the jquery library ? 为什么我无法连接jquery库?

Can help me Thank's 可以帮我谢谢

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM