Advertisement
Guest User

Untitled

a guest
Jul 31st, 2014
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. $(function () {
  2. $(".newsticker").bootstrapNews({
  3. newsPerPage: 3,
  4. autoplay: true,
  5. pauseOnHover:true,
  6. direction: 'up',
  7. newsTickerInterval: 4000,
  8. onToDo: function () {
  9. //console.log(this);
  10. }
  11. });
  12. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement