jquery移动错误页面持续时间

发布于 2024-11-30 11:31:49 字数 239 浏览 0 评论 0原文

我可以通过这样做来自定义错误消息:

<script>
    $(document).bind('mobileinit', function () {
        $.mobile.pageLoadErrorMessage = 'Use full version';
    })
</script>

但是消息消失得太快了。 有什么办法可以自定义弹出消息的持续时间吗?

I'm able to customize an error message by doing this:

<script>
    $(document).bind('mobileinit', function () {
        $.mobile.pageLoadErrorMessage = 'Use full version';
    })
</script>

But the message disappears too fast.
Is there any way to customize duration of the pop-up messages?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

凉月流沐 2024-12-07 11:31:49

获取 jquery-mobile 的未压缩版本并根据您的需要修改代码,然后重新压缩它,您将获得自定义延迟。我查看了配置,似乎没有办法设置它。

get the un-compressed version of jquery-mobile and modify the code for your needs, then re-compress it back and you will have your custom delay. I have looked in the config and there seems to be no way to set this.

伤感在游骋 2024-12-07 11:31:49

我想 setTimeout 将是一个解决方案。

setTimeout would be a solution, i guess.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文