ASKER
//var h2 = $('div.row').height();
var h2 = $('div#colLeftText').height();
//alert(h + ' '+h2)
$('#colRightText').height(h2);
$( window ).resize(function() {
h2=$("#colLeftText").height();
$( '#colRightText').css( 'height', h2+'px' );
});
ASKER
ASKER
ASKER
ASKER
JavaScript is a dynamic, object-based language commonly used for client-side scripting in web browsers. Recently, server side JavaScript frameworks have also emerged. JavaScript runs on nearly every operating system and in almost every mainstream web browser.
TRUSTED BY
Open in new window
Open in new window
Open in new window
Remember when you run live to place the jquery in a ready functionOpen in new window