19/06/2014, 09:26
|
| | | Fecha de Ingreso: junio-2004
Mensajes: 119
Antigüedad: 20 años, 5 meses Puntos: 1 | |
Respuesta: Cómo usar .height() de jQuery Prueba con:
if (resizeHeightSlider >= resizeHeightContacto){
console.log("Resize Slider --- "+resizeHeightSlider);
$(".informacion-portada").css("height", resizeHeightContacto );
$(".productos-destacables").css("height", resizeHeightContacto );
} |