Tag Archives: efeito

Notícias em Simply Spy com jQuery

Função em jQuery para Notícias. O efeito mostrar quatro notícias, para aparecer as outras, a última recebe um fadeOut() e a nova notícia em cima aparece com fadeIn(). Segue o Código: $(function(){ $('ul.spy').simpleSpy(); }); (function($){ $.fn.simpleSpy = function (limit, interval) { limit = limit || 4; interval = interval || 4000; return this.each(function () { var $list = $(this), items = [], currentItem = limit, total = 0, height = $list.find('> li:first').height(); $list.find('> li').each(function () { items.push('<li>' + $(this).html() + …
Continue Lendo

Agência OFF, desenvolvimento de soluções web para as Agências Digitais