调整js
This commit is contained in:
parent
7b379456ed
commit
7399c5b55a
|
@ -28,12 +28,7 @@
|
|||
<% end %>
|
||||
<div class="cl"></div>
|
||||
<script>
|
||||
$(function(){
|
||||
if($("#bid_description_<%= bid.id%>_content").height()>38)
|
||||
{
|
||||
$("#bid_show_more_des_button<%= bid.id%>").show();
|
||||
}
|
||||
});
|
||||
$(function(){if($("#bid_description_<%= bid.id%>_content").height()>38){$("#bid_show_more_des_button<%= bid.id%>").show();}});
|
||||
</script>
|
||||
<div id="bid_description_<%= bid.id%>" class="news_description mt5">
|
||||
<div id="bid_description_<%= bid.id%>_content">
|
||||
|
|
Loading…
Reference in New Issue