首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > PHP > jQuery插件可视化堆栈的通知

jQuery插件可视化堆栈的通知

  • 资源大小:47.57 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:1次
  • 资源积分:1积分
  • 标      签: jquery 插件 可视化 通知 堆栈

资 源 简 介

Solves the problem of visual notify of the reaction to user actions. In other words: change some state of the object - to bring the message of the successful completion of saving changes to the database / system. Example, which shows the functional plug-in: var msgObj = $.notify.add("Saving", 3); //Push new message in the stack about begining (duration 3 sec) and put this message pointer in msgObj$.get("/test.php", function (result) { if (result.ok) { //if the request is successful $.notify.remove(msgObj, 0.5); //Pop prev. message after 0,5 sec, assume that the request could be executed faster than 3 seconds $.notify.add("Saved complete", 1); //and push new message in the stack } else { //if the request fail $.notify.remove(m

文 件 列 表

test2.txt
index.html
jquery.notify.js
jquery-1.4.2.js
test.txt
VIP VIP
  • 深蓝 1小时前 成为了本站会员

  • 拉特兰公证所 1天前 成为了本站会员

  • 苍狼 1天前 成为了本站会员

  • 右手 1天前 成为了本站会员

  • 旺仔 1天前 成为了本站会员

  • tjy 1天前 成为了本站会员

  • 2天前 成为了本站会员

  • 私たち 2天前 成为了本站会员

  • 薛大帅 2天前 成为了本站会员

  • 想爱吗 2天前 成为了本站会员

0.201214s