适合新手的jQuery提示消息插件

所属分类:UI-工具提示

 37777  320  查看评论 (3)
分享到微信朋友圈
X
适合新手的jQuery提示消息插件 ie兼容9

使用方法

html

<h3 id="top">页面上方</h3>
<h3 id="center">页面中间</h3>
<h3 id="bottom">页面下方</h3>

js

<script>
    $("#top").click(function() {
        showMsg('我是上面', 'top');
    });
    $("#center").click(function() {
        showMsg('我是中间', 'center');
    });
    $("#bottom").click(function() {
        showMsg('我是下面', 'bottom');
    });
</script>

在需要的地方调用,设置参数就OK了

showMsg(text,position);
相关插件-工具提示

jquery自动关闭消息通知插件izitoast.js

iziToast.js是一款跨浏览器响应式消息通知插件。该消息通知插件体积小,使用简单。消息显示时带CSS3动画效果,时尚大方。
  工具提示
 38951  451

按首字母搜索(仿携程)

城市查找按首字母搜索(仿携程)
  工具提示
 40321  435

jq 提示插件

封装 jq 提示插件 Confirm ,兼容ie811chrome ff
  工具提示
 48997  407

一款腾讯UED设计的提示插件

一款腾讯UED设计的提示插件
  工具提示
 44742  435

讨论这个项目(3)回答他人问题或分享插件使用方法奖励jQ币 评论用户自律公约

    Ray 0
    2017/12/7 11:06:16
    90后大叔 0
    2017/5/12 14:58:18
    qqx1212 0
    2017/3/23 10:23:14
😃
  • 😀
  • 😉
  • 😥
  • 😵
  • 😫
  • 😘
  • 😡
  • 👍
  • 🌹
  • 👏
  • 🍺
  • 🍉
  • 🌙
  • 💖
  • 💔
😃
  • 😀
  • 😉
  • 😥
  • 😵
  • 😫
  • 😘
  • 😡
  • 👍
  • 🌹
  • 👏
  • 🍺
  • 🍉
  • 🌙
  • 💖
  • 💔
取消回复