为了让一组float:left属性的dom对象自动缩放,且同一行的的dom对象高度一致(类似3列结构),以内容最长的一列高度为标准。 var resize_height = { init:function (class_name, callback) { var ary = [] $(class_name).each(function (index, element) { var height = $(this)[0].scrollHeight ary.push(heig... Read More
posted @ 2013-03-06 17:05 break_happy Views(466) Comments(0) Diggs(0)