网站通知 jQuery 插件 Notificationjq.js

码农软件 · 软件分类 · jQuery高级页面组件 · 2019-12-30 06:41:59

软件介绍

Notificationjq.js 是使用 css 3 和 javascript 来创建 windows 8 风格通知的 jQuery 插件。一个可完全定制插件,可以用在网站创建重要的通知。适用于 Internet Explorer, Google Chrome, Mozilla Firefox, Safari 和 Mobile Browsers。

代码示例:

<script src="//code.jquery.com/jquery-1.7.1.js"></script>
<script src="~/Scripts/Notificationjq.js"></script>
<div id="divProgress"></div>
<script>

              
$.notify({

                
text: " Hello from technoplugin.com!!"

                    });

                
</script>
<script src="//code.jquery.com/jquery-1.7.1.js"></script>    /*定制部分*/
<script src="~/Scripts/Notificationjq.js"></script>
<div id="divProgress"></div>
<script>

            
$.notify({

                
text: "Hello from technoplugin.com!!",//Text to be displayed in notification

                        thumbSrc: "Images/guest.png",//Image source for thumbnail image

                        background: "#cecece",//Background colour of notification 

                        fontColor: "black",//Font colour of text

                        fontSize: "16px",//Font size of text

                        autoClose: false//Set false to keep notification on the screen unless closed manually

                
});

            
</script>


本文地址:https://www.codercto.com/soft/d/22255.html

Head First jQuery

Head First jQuery

Ryan Benedetti , Ronan Cranley / O'Reilly Media / 2011-9 / USD 39.99

Want to add more interactivity and polish to your websites? Discover how jQuery can help you build complex scripting functionality in just a few lines of code. With Head First jQuery, you'll quickly g......一起来看看 《Head First jQuery》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

随机密码生成器
随机密码生成器

多种字符组合密码

html转js在线工具
html转js在线工具

html转js在线工具