Ir a la navegación
Ir a la búsqueda
Busca en cnbGuatemala con Google
105 bytes eliminados
, hace 8 años
Línea 210: |
Línea 210: |
| | | |
| $(document).ready(function(){ | | $(document).ready(function(){ |
− | $("#hide").click(function(){ | + | $("#show-hide").click(function(){ |
− | $("span.dynamicFontLineWordsNumber").hide(); | + | $("span.dynamicFontLineWordsNumber").toggle(); |
− | });
| + | }); |
− | $("#show").click(function(){
| |
− | $("span.dynamicFontLineWordsNumber").show();
| |
− | }); | |
| }); | | }); |
| | | |
Línea 244: |
Línea 241: |
| </style> | | </style> |
| <div class="noprint"> | | <div class="noprint"> |
− | <button id="hide">Ocultar numeración</button> | + | <button id="show-hide">Mostrar numeración / Ocultar números</button> |
− | <button id="show">Mostrar numeración</button>
| + | |
| </div> | | </div> |