织梦产品页折叠菜单,进入定位默认展开

Posted 菜鸟

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了织梦产品页折叠菜单,进入定位默认展开相关的知识,希望对你有一定的参考价值。

织梦做产品栏目的时候,会有一级栏目和二级栏目,一般都喜欢用折叠的效果!!但是点击进入的话,默认会关闭!怎么才能让它默认打开呢!

 <script>
   $(document).ready(function () {
		openoff(‘#part2_{dede:field.id/}‘);
		openoff(‘#part2_{dede:field.reid/}‘);
	})
   function openoff(obj){
	   $(obj).next("dd").css("display","block");
	   $(obj).addClass("launched");
   }
   </script>

<div class="menu" id="sidebar" data-csnow="2" data-class3="0" data-jsok="2"> {dede:channelartlist typeid=27}
  <dl class="list-none navnow">
    <dt id=‘part2_{dede:field name="id"/}‘ ><a href=‘{dede:field name="typeurl"/}‘  title=‘{dede:field name="typename"/}‘ ><span>{dede:field name="typename"/}</span></a></dt>
    <dd class="sub" style="display:none;"> {dede:channel type=‘son‘ noself=‘yes‘}
      <h4 id=‘part3_[field:id/]‘><a href="[field:typedir function="str_replace(‘{cmspath}‘,‘‘,@me)"/]"  title=‘[field:typename /]‘ class=‘nav‘><span>[field:typename /]</span></a></h4>
      {/dede:channel}  </dd>
  </dl>
  {/dede:channelartlist}
  <div class="clear"></div>
</div>
  <Style type="text/css">
	.launched{background-image:url(/skin/images/nav_hover.jpg);color: #d5b687;}
 	.list-none{ list-style:none; padding:0px; margin:0px;}
	.menu dl{ margin-top:5px; }
	.menu dt{cursor: pointer;margin-top: 10px;font-weight: bold;font-size: 16px;font-family: "微软雅黑";color: #0d2180;line-height: 53px;padding-left: 48px;
background: url(/skin/images/nav.jpg) no-repeat;}
	.menu h4 a{ display: block;width: 200px;height: 28px;font-family: "微软雅黑";text-align: center;font-size: 14px;line-height: 28px;color: #333; }
	.menu h4 span{ display: block;width: 200px;height: 28px; font-weight:100;font-family: "微软雅黑";text-align: center;font-size: 14px;line-height: 28px;color: #333; }
	.menu h4 a:hover{color: #fff;background-color: #d5b687;}
</Style>

  

 

以上是关于织梦产品页折叠菜单,进入定位默认展开的主要内容,如果未能解决你的问题,请参考以下文章

layui侧边栏折叠和展开效果该怎么实现

设计一个网页折叠菜单,如何设置它默认为关闭状态?

javascript折叠菜单问题 帮忙修改,浏览器加载时,默认状态时菜单收拢,单击时才展开

如何使 wordpress 管理菜单默认折叠?

jquery实现的点击可以展开折叠的垂直导航菜单

''织梦如何从首页进入到频道页