Ver Mensaje Individual
  #4 (permalink)  
Antiguo 04/11/2012, 09:58
jesu888
 
Fecha de Ingreso: abril-2012
Mensajes: 22
Antigüedad: 12 años
Puntos: 0
Respuesta: Algo responsive

function muestraDiv(){

valorAncho = $(window).width()

if (valorAncho<800)

{ $('.Div').hide(); }

else { $('.Div').show( );}

}