如何用js 自动刷新 div 里面的内容 20
{if$s_consumernefalse}{foreachfrom=$s_consumeritem=i}<divstyle="border:1pxsolid#99999...
{if $s_consumer ne false}
{foreach from=$s_consumer item=i}
<div style=" border:1px solid #999999; border-bottom-style: outset; margin:0px 0px 6px; width:200px; overflow:hidden; cursor:pointer; float:right; " class="clist_c">
<a href="./?module=consumer&action=show&id={$i.sc_id}">
<div style="width:200px; height:120px;"><img src="{$i.sc_simg}" width="200" height="120"></div>
<div style="font-size:11px; text-align:left; width:190px; padding:5px; overflow:hidden; height:35px;">{$i.sc_synopsis|truncate:140:"..."}</div></a>
</div>
{/foreach}
{/if} 展开
{foreach from=$s_consumer item=i}
<div style=" border:1px solid #999999; border-bottom-style: outset; margin:0px 0px 6px; width:200px; overflow:hidden; cursor:pointer; float:right; " class="clist_c">
<a href="./?module=consumer&action=show&id={$i.sc_id}">
<div style="width:200px; height:120px;"><img src="{$i.sc_simg}" width="200" height="120"></div>
<div style="font-size:11px; text-align:left; width:190px; padding:5px; overflow:hidden; height:35px;">{$i.sc_synopsis|truncate:140:"..."}</div></a>
</div>
{/foreach}
{/if} 展开
2个回答
展开全部
用setInterval()方法来定时调用更新的方法来定时更新里面的内容
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
div 属性中加上id=“div” onclick="change_content()"
js:
function change_content(){
var div = getElementById("div");
div.innerHTML = "test";
}
会在这个div中显示test
js:
function change_content(){
var div = getElementById("div");
div.innerHTML = "test";
}
会在这个div中显示test
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询