jQuery NottyjQuery消息提醒插件

联合创作 · 2023-10-02 11:57

jQuery Notty 是一个 jQuery 的消息提醒插件。该插件将在屏幕右上角显示如下提示信息

示例代码:

<script type="text/javascript">
$(document).ready(function(){
   $('#sample1').click({
      $.notty({
         title : 'Title',
         content : 'This is a notification'
      });
   });
});
</script>

浏览 7
点赞
评论
收藏
分享

手机扫一扫分享

编辑 分享
举报
评论
图片
表情
推荐
点赞
评论
收藏
分享

手机扫一扫分享

编辑 分享
举报