/ Published in: jQuery
Expand |
Embed | Plain Text
$(document).ready(function() { var highestCol = Math.max($('#primary').height(),$('#secondary').height()); $('.matched-height').height(highestCol); });
You need to login to post a comment.
