Utilizo este jQuery:
Código Javascript:
Ver original
if( $( document ).width() <= 480 ){
jQuery('.menu_zonas').hide();
} else if( $( document ).width() >= 680 ){
jQuery('.menu_zonas').show();
}
Busco insertar un texto:
Código CSS:
Ver original
.estilo:before {
content: "Texto...";
}
¿Cómo inserto texto?
gracias por su ayuda
 
 

 Insertar texto a .css con jQuery
 Insertar texto a .css con jQuery 


