Ver Mensaje Individual
  #1 (permalink)  
Antiguo 13/02/2016, 17:48
Avatar de ceaped
ceaped
 
Fecha de Ingreso: febrero-2004
Mensajes: 2.185
Antigüedad: 20 años, 2 meses
Puntos: 9
Pregunta Insertar texto a .css con jQuery

Buenas noches
Utilizo este jQuery:

Código Javascript:
Ver original
  1. if( $( document ).width() <= 480 ){
  2.     jQuery('.menu_zonas').hide();
  3.    
  4.     } else if( $( document ).width() >= 680 ){
  5.     jQuery('.menu_zonas').show();  
  6.  
  7.     }

Busco insertar un texto:

Código CSS:
Ver original
  1. .estilo:before {
  2.   content: "Texto...";
  3. }

¿Cómo inserto texto?

gracias por su ayuda
__________________
Diseñador Gráfico publicitario