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

所属分类:UI-工具提示

 35198  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);
相关插件-工具提示

仿win10侧边滑出提示框

一款模拟win10的消息提示框toastr
  工具提示
 28428  375

超漂亮的placeholders提示

超漂亮的placeholders提示
  工具提示
 32517  393

jq 提示插件

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

jquery 工具提示插件awTooltip

awTooltip是一个工具提示插件,用css和jQuery插件创建的。 它可以显示工具提示右,左,顶部或底部的元素。 也可以使用彩色工具提示样式。
  工具提示
 31576  310

讨论这个项目(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
😃
  • 😀
  • 😉
  • 😥
  • 😵
  • 😫
  • 😘
  • 😡
  • 👍
  • 🌹
  • 👏
  • 🍺
  • 🍉
  • 🌙
  • 💖
  • 💔
😃
  • 😀
  • 😉
  • 😥
  • 😵
  • 😫
  • 😘
  • 😡
  • 👍
  • 🌹
  • 👏
  • 🍺
  • 🍉
  • 🌙
  • 💖
  • 💔
取消回复