jquery - 在网站中查看消息到移动浏览器

标签 jquery css jquery-mobile dialog

如何在网站上向移动浏览器显示一条消息,该消息在短时间后消失使用 jquery-mobile

比如gmail在执行附件下载时显示 enter image description here

最佳答案

嗯.. 速写:

var shortTime = 5; // for 5 seconds
$('body').on("yourevent",function(e) {
    $('body').append($("<div id="startDl">Starting download</div>"));
    setTimeout(function(e) {
        $('body').remove($("#startDl"));
    }, shortTime);
});

还有更好的方法……例如在回调函数 startDownload() 或其他任何内容后删除元素。

关于jquery - 在网站中查看消息到移动浏览器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19615990/

相关文章:

html - Polymer.js 纸标签样式

ruby-on-rails - 使用 Rails 3 + Devise + Jquery Mobile 登录失败没有给用户反馈

jQuery onclick 切换类名

javascript - 如何在 jQuery 中进行 .wrap?

jquery - 选择以逗号分隔的数据属性的项目

css - 在网页上制作表格样式的信息展示

toggle - 在 jQuery > 1.8 中使用什么来代替 `toggle(...)`?

html - 我如何将图像从通常的左对齐移动到 html 的其他区域

Javascript 事件触发两次

mysql - 搜索时输入英文,但使用梵文 Unicode 填充结果?