Sábado, 7 de junho de 2025 Perda de memória e memória fraca: quando se preocupar? 4a5j66 Perda de memória e memória fraca: quando se preocupar? 4a5j66 1l6d4 Publicado em: 16/12/2023 às 06h02 Brasil61 ' //$(this).remove() //alert(ahtml) //$(this).append(ahtml) $(this).replaceWith(ahtml) //alert($(this).add(ahtml)) }); $('.zoomimg').on('click', function(event) { // alert( event.isDefaultPrevented() ); // false event.preventDefault(); // alert( $(this).attr("href")) ZoomImage($(this).attr("href")) }); }); function ZoomImage(url){ $("a[rel=galeria_noticias]").fancybox({ 'transitionIn' : 'none', 'transitionOut' : 'none', 'titlePosition' : 'over', 'titleFormat' : function(title, currentArray, currentIndex, currentOpts) { return '[' + (currentIndex + 1) + ' / ' + currentArray.length + '] - ' + title + ''; } }); }