gpt4 book ai didi

google-apps-script - Google Apps 脚本 HTML 服务中的 JQuery UI 非常慢

转载 作者:行者123 更新时间:2023-12-02 03:24:05 24 4
gpt4 key购买 nike

我正在尝试使用 JQuery UI 来使用 Google Apps 脚本 HTML 服务。

我创建了一个带有日期字段的简单测试用例,但日期选择器小部件的响应能力非常低。日期选择器至少需要 3 秒才能显示。导航到下个月也需要 3 秒。

我可以做些什么来提高 JQuery UI 的性能吗?

这是 HTML 文件:

<html>
<head>
<link type="text/css" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.23/themes/smoothness/jquery-ui.css" rel="Stylesheet" />
<script type="text/javascript" src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="http://code.jquery.com/ui/1.8.23/jquery-ui.min.js"></script>
<script>
$(document).ready(function() {
$('#date').datepicker();
});
</script>
</head>

<body>
<input type="text" name="date" id="date">
</body>
</html>

来自 GS 的电话:

function doGet() {
return HtmlService.createTemplateFromFile('test').evaluate();
}

控制台日志显示:

Node not editable; no action performed. es53-taming-frame.opt.js:419
ode not editable; no action performed. es53-taming-frame.opt.js:419
bad value `fixed` for CSS property position es53-taming-frame.opt.js:419
https://ssl.gstatic.com/caja/4969/es53-taming-frame.opt.js?debug=1

最佳答案

这是一个已知问题,我们正在努力加快解决速度。

关于google-apps-script - Google Apps 脚本 HTML 服务中的 JQuery UI 非常慢,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12402537/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com