教程集 www.jiaochengji.com
教程集 >  jQuery  >  jQuery 插件  >  正文 jQuery消息提醒插件 jQuery Notty

jQuery消息提醒插件 jQuery Notty

发布时间:2014-06-13   编辑:jiaochengji.com
jQuery Notty 是一个 jQuery 的消息提醒插件。该插件将在屏幕右上角显示如下提示信息 示例代码: <script type="text/javascript"> $(document).ready(function(){    $('#sample1').click({       $.notty({          title : 'Title',          content : 'This is
jquery Notty 是一个 jQuery 的消息提醒插件。该插件将在屏幕右上角显示如下提示信息 示例代码: <script type="text/javascript">
$(document).ready(function(){
   $('#sample1').click({
      $.notty({
         title : 'Title',
         content : 'This is a notification'
      });
   });
});
</script>

您可能感兴趣的文章:
jQuery消息提醒插件 jQuery Notty
jquery 消息框插件 Activebar2
消息通知提醒插件 jQuery Notify
页面消息提醒插件 Sticky
消息通知条 Activebar2
jQuery MsgBox
jQuery提醒插件 noty
jQuery信息提醒插件 jQnotice
通知消息和状态栏 jQuery jNotify
消息通知提醒插件 Pines Notify

[关闭]
~ ~