Tema
:
Algo responsive
Ver Mensaje Individual
#
4
(
permalink
)
04/11/2012, 09:58
jesu888
Fecha de Ingreso: abril-2012
Mensajes: 22
Antigüedad: 13 años
Puntos: 0
Respuesta: Algo responsive
function muestraDiv(){
valorAncho = $(window).width()
if (valorAncho<800)
{ $('.Div').hide(); }
else { $('.Div').show( );}
}
jesu888
Ver Perfil
Buscar todos los Mensajes de jesu888