My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Links

Плагин позволяет запустить последовательное появление изображений с помоью jquery. В данный момент оно запускается по событию window.onload, но при желании общества можно расширить функционал.

The plug-in allows to start consecutive occurrence of images with jquery. At present it is started on window.onload event, but I can add some extra features for people, who ask me.

$(function(){

// select some elements, that contain images

$('#banners img').successiveAppearance();

});//onDomReady

Powered by Google Project Hosting