04/11/2012, 09:58
|
| | Fecha de Ingreso: abril-2012
Mensajes: 22
Antigüedad: 12 años, 7 meses Puntos: 0 | |
Respuesta: Algo responsive function muestraDiv(){
valorAncho = $(window).width()
if (valorAncho<800)
{ $('.Div').hide(); }
else { $('.Div').show( );}
} |