标题多行控制

This commit is contained in:
Tim 2016-05-05 10:36:18 +08:00
parent 159728c3ba
commit 9536f87c26
1 changed files with 0 additions and 2 deletions

View File

@ -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>