I have this paragraph that I want it to make it visible
<p class="decriptioncontent" id="EN_descriptionText" style="display:none;">
Alarma entre los barones: «Sánchez ya está en campaña»
</p>
with this JQUERY function
$( languageCode + "_descriptionText" ).css( "display", "visible" );
but it does not work !
I've tried also with
$( languageCode + "_descriptionText" ).css( "display", "block" );