Skip to content

delfimov/JS-Banner-Rotator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Banner Rotator

Usage

jQuery(function($) {
	// new banners(<placeID>)
	var banner = new banners('banner');
	// banner.add(<type>, <link>, <code>[|<alt image>[|<alt text]], [weight])
	banner.add('image', 'http:https://www.1tvrus.com', 'http:https://www.1tvrus.com/im/logos/channel1.png|Первый канал', 2);
	banner.add('image', 'http:https://www.1tvrus.com', 'http:https://www.1tvrus.com/im/logos/channel1.png');
	banner.add('html', 'http:https://www.telecafe.ru', '<span style="color:#f00;">Telecafe</span>');
	banner.add('flash', 'http:https://www.1tvrus.com', '/brs/rosmolodezh.swf|/brs/rosmolodezh.gif|Росмолодежь', 3);
	banner.get();
});

SWFObject (http:https://code.google.com/p/swfobject/) is required to embed flash banners.

About

random banner javascript library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages