![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
09/10/2013, 04:40
|
![Avatar de pzin](http://static.forosdelweb.com/customavatars/avatar23398_7.gif) | Moderata 😈 | | Fecha de Ingreso: julio-2002 Ubicación: Islas Canarias
Mensajes: 10.489
Antigüedad: 22 años, 6 meses Puntos: 2114 | |
Respuesta: jquery atendiendo redimensión de navegador Puedes usar resize() :
Código Javascript :
Ver original$(window).resize(function(){ if(5+$(window).height()>$("html").height()) { $("footer").addClass("footer") } })
|