所属分类: 网页特效-其它&杂项 2023-08-22 10:38:31
$(document).ready(function() { // make all list items the same height $('li').equalHeights(); // make different elements the same height $('p.intro, p.other').equalHeights(); });