Tag Archives: efeito
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
Tags: aparecer • dinamicas • efeito • efeitos • fade • fadein • fadeout • javascript • jquery • jquery efeitos • jquery noticias • noticia • noticias com jquery • noticias dinamicas • noticias em javascript • sumir
3 Comentários |

