Cambios

Busca en cnbGuatemala con Google

120 bytes añadidos ,  hace 8 años
sin resumen de edición
Línea 206: Línea 206:  
     $(this).append(' <span class="dynamicFontLineWordsNumber"> '+(wordsLength)+'</span>');
 
     $(this).append(' <span class="dynamicFontLineWordsNumber"> '+(wordsLength)+'</span>');
 
});
 
});
 
+
$( "button" ).click(function() {
 +
  $( ".dynamicFontLineWordsNumber" ).hide( "slow" );
 +
});
 
</script>
 
</script>
 
<style>
 
<style>
Línea 231: Línea 233:  
}
 
}
 
</style>
 
</style>
 +
 +
<button>Hide numbers</button>