All Projects → wenzhixin → bulletin

wenzhixin / bulletin

Licence: other
A jQuery plugin to show bulletin for website.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Bulletin

A jQuery plugin to show bulletin for website. demo

How to use:

html + css:

<link rel="stylesheet" href="bulletin.css" />
<div id="bulletin" class="bulletin">
  <ul>
    <li><a href="http://wenzhixin.net.cn/p/multiple-select/">Multiple Select - Multiple select is a jQuery plugin to select multiple elements with checkboxes.</a></li>
    <li><a href="http://wenzhixin.net.cn/p/bootstrap-login/">Bootstrap Login - Login plugin from for bootstrap.</a></li>
    <li><a href="http://wenzhixin.net.cn/p/bulletin/">Bulletin - A jQuery plugin to show bulletin for website.</a></li>
  </ul>
  <div class="close"><a href="javascript:void(0)">×</a></div>
</div>

js:

<script type="text/javascript" src="jquery.bulletin.js"></script>
<script type="text/javascript">
	$(function() {
		$('#bulletin').bulletin();
	});
</script>

Options:

{
	index: 0,
	interval: 3000,
	speed: 1000,
	direction: 'up' // up or down
}

Author:

blog: http://wenzhixin.net.cn

email: [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].