Difference: JavaScript (19 vs. 20)

Revision 2028 Oct 2010 - FlavioAraujo

Line: 1 to 1
 
%STARTINCLUDE%
<script type="text/javascript" src="%ATTACHURL%/jquery.js"></script>
<script type="text/javascript">
Line: 81 to 81
  $("#fotos img:eq("+it+")").show(); tout = setTimeout('rodaFotos()', 5000); }
Added:
>
>
setInterval("updateTime()",60000);
 });
Added:
>
>
function updateTime() { $("#horadata").html(''); }
  function rodaFotos() { $("#fotos img:eq("+ it++%total +")").fadeOut(1500);
 
This site is powered by the TWiki collaboration platformCopyright &© by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback