标题多行控制

beidou_tim
Tim 9 years ago
parent 159728c3ba
commit 9536f87c26

@ -233,7 +233,6 @@
<div class="cl"></div>
</div>
<script>
$(document).ready(function(){
$(".h4-title").each(function(){
var titleHeight = $(this).height();
if (titleHeight > 52){
@ -243,5 +242,4 @@
$(this).next().hide();
}
});
});
</script>
Loading…
Cancel
Save