Línea 183: |
Línea 183: |
| | | |
| $(document).ready(function(){ | | $(document).ready(function(){ |
− | $('#show').first().hide(); | + | $('.show').first().hide(); |
− | $('#show').last().hide(); | + | $('.show').last().hide(); |
− | $("#hide").first().click(function(){ | + | $(".hide").first().click(function(){ |
| $("span.dynamicFontLineWordsNumber").hide(); | | $("span.dynamicFontLineWordsNumber").hide(); |
− | $('#hide').first().hide(); | + | $('.hide').first().hide(); |
− | $('#show').first().show(); | + | $('.show').first().show(); |
− | $('#hide').last().hide(); | + | $('.hide').last().hide(); |
− | $('#show').last().show(); | + | $('.show').last().show(); |
| }); | | }); |
− | $("#hide").last().click(function(){ | + | $(".hide").last().click(function(){ |
| $("span.dynamicFontLineWordsNumber").hide(); | | $("span.dynamicFontLineWordsNumber").hide(); |
− | $('#hide').first().hide(); | + | $('.hide').first().hide(); |
− | $('#show').first().show(); | + | $('.show').first().show(); |
− | $('#hide').last().hide(); | + | $('.hide').last().hide(); |
− | $('#show').last().show(); | + | $('.show').last().show(); |
| }); | | }); |
− | $("#show").first().click(function(){ | + | $(".show").first().click(function(){ |
| $("span.dynamicFontLineWordsNumber").show(); | | $("span.dynamicFontLineWordsNumber").show(); |
− | $('#hide').first().show(); | + | $('.hide').first().show(); |
− | $('#show').first().hide(); | + | $('.show').first().hide(); |
− | $('#hide').last().show();
| + | $('.hide').last().show(); |
− | $('#show').last().hide(); | + | $('.show').last().hide(); |
| }); | | }); |
− | $("#show").last().click(function(){ | + | $(".show").last().click(function(){ |
| $("span.dynamicFontLineWordsNumber").show(); | | $("span.dynamicFontLineWordsNumber").show(); |
− | $('#hide').first().show(); | + | $('.hide').first().show(); |
− | $('#show').first().hide(); | + | $('.show').first().hide(); |
− | $('#hide').last().show();
| + | $('.hide').last().show(); |
− | $('#show').last().hide(); | + | $('.show').last().hide(); |
| }); | | }); |
| });</script> | | });</script> |