Setting Equal Heights with jQuery デモ 使用方法は、スクリプトを外部スクリプトとして指定し、高さを揃えたいカラムすべてを内包するdivを記述します。 そのdivのidをスクリプトに記述します。デモでは「id="equalize"」を指定しています。 <textarea name="code" class="js" cols="60" rows="5"> $(function(){ $('#equalize').equalHeights(); }); </textarea>