jQuery通知栏插件jBar

所属分类:其他-杂项

 38896  311  查看评论 (2)
分享到微信朋友圈
X
jQuery通知栏插件jBar ie兼容8

jBar 是一个简单和轻量级 jQuery 通知栏,已重新设计和改写 (18.11.2012) 作为官方的插件,它很容易定制选项。JBar 允许您创建简单的行动要求,使其用户可以查看在您的网站顶端的信息。用户可以通过单击功能区切换栏的可见性。

功能

JBar 坐在您的网站的顶端,并且是完全自定义。

其余选项:

type 类型: 'fixed' ― ― 两个选项为 jBar,fixed 或static。fixed时,总是有滚动,static顶部随时。

delay 延迟: ' 1000′ ― ― 以毫秒为单位,将更改为你喜欢的东西。

backgroundColor: ' #DB5903′ ― ― 在这里使用十六进制颜色,使用任何你喜欢。这是 jBar 和还在功能区的背景颜色,因此这两个匹配。

borderColor 边框颜色: '#FFF' ― ― 这里也使用十六进制颜色、 更改边框颜色以适应您的网站。

buttonTextColor: '#FFF' ― ― 更改按钮的文本颜色。

buttonColor: ' #333′ ― ― 更改该按钮的颜色。

backgroundColorHover: ' #222′ ― ― 为按钮悬停样式。

calltoAction: 'jBar 插件!' ― ― 添加任何你喜欢以显示您的邮件。

buttonText: 下载它! ― ― 要走进按钮,文本中添加你喜欢的东西。更短更好虽然。

buttonLink: 'http://www.jq22.com' ― ― 您的按钮的超链接。

用法

只需将该插件文件,jQuery (jbar.js) 在您的页面,包括并定制下文所列的选项:

<script src="jquery.js"></script>
<script src="jbar.min.js"></script>
<script>
    $(function() {
        $.jBar({
            type: 'fixed', // fixed/static (lowercase)
            delay: '1000', // In milliseconds
            backgroundColor: '#DB5903', // Background Color
            borderColor: '#FFF', // Background Color
            buttonTextColor: '#FFF', // Button Text
            buttonColor: '#333', // Button Color
            buttonColorHover: '#222', // Button Color Hover
            calltoAction: 'jBar Plugin! A simple and lightweight notification banner.', // Call to action text
            buttonText: 'Download it!', // Button Text
            buttonLink: 'http://www.jq22.com' // Hyperlink from button
        });
    });
</script>


相关插件-杂项

Ligature Symbols

Ligature Symbols
  杂项
 25840  322

超强PDF在线预览插件

该插件利用HTM5技术实现了对PDF文件的在线预览功能
  杂项
 238870  679

jQuery步骤条进度条插件setStep.js

一款简单额步骤条,可点击 也可按钮控制。
  杂项
 52197  377

导出table为excel

导出中文正常显示
  杂项
 71190  634

讨论这个项目(2)回答他人问题或分享插件使用方法奖励jQ币 评论用户自律公约

    笑那份╁扯淡 0
    2017/10/31 22:51:38
    猫耳朵 0
    2017/4/27 10:52:41
😃
  • 😀
  • 😉
  • 😥
  • 😵
  • 😫
  • 😘
  • 😡
  • 👍
  • 🌹
  • 👏
  • 🍺
  • 🍉
  • 🌙
  • 💖
  • 💔
😃
  • 😀
  • 😉
  • 😥
  • 😵
  • 😫
  • 😘
  • 😡
  • 👍
  • 🌹
  • 👏
  • 🍺
  • 🍉
  • 🌙
  • 💖
  • 💔
取消回复