网站通知 jQuery 插件 Notificationjq.js
- 授权协议: 未知
- 开发语言: JavaScript HTML/CSS
- 操作系统: 跨平台
- 软件首页: http://technoplugin.com/notify
- 软件文档: http://technoplugin.com/Notify/documentation
软件介绍
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>Programming in Haskell
Graham Hutton / Cambridge University Press / 2007-1-18 / GBP 34.99
Haskell is one of the leading languages for teaching functional programming, enabling students to write simpler and cleaner code, and to learn how to structure and reason about programs. This introduc......一起来看看 《Programming in Haskell》 这本书的介绍吧!
