PHP Classes

File: plugins/news-vertical/leia-me.txt

Recommend this page to a friend!
  Classes of Laudir Bispo   PHP Real Estate Website   plugins/news-vertical/leia-me.txt   Download  
File: plugins/news-vertical/leia-me.txt
Role: Documentation
Content type: text/plain
Description: Documentation
Class: PHP Real Estate Website
Manage the properties of a real estate business
Author: By
Last change:
Date: 3 years ago
Size: 811 bytes
 

Contents

Class file image Download
$(function () { $(".demo1").bootstrapNews({ newsPerPage: 3, autoplay: true, pauseOnHover:true, direction: 'up', newsTickerInterval: 4000, onToDo: function () { //console.log(this); } }); $(".demo2").bootstrapNews({ newsPerPage: 4, autoplay: true, pauseOnHover: true, navigation: false, direction: 'down', newsTickerInterval: 2500, onToDo: function () { //console.log(this); } }); $("#demo3").bootstrapNews({ newsPerPage: 3, autoplay: false, onToDo: function () { //console.log(this); } }); });