html

当前位置:首页 > 前端 > html

笔记代码

## 高亮<script type="text/javascript"> $(".nav li a").each(function() { $this = $(this); if ($this...
  ## 高亮
<script type="text/javascript">
        $(".nav li a").each(function() {
        $this = $(this);
        if ($this[0].href == String(window.location)) {
        $this.parent().addClass("active");
            }
        });
</script>
  
### 返回上一级
<a href="javascript:history.go(-1);">返回上级</a>


相关内容

文章评论

表情

共 0 条评论,查看全部
  • 这篇文章还没有收到评论,赶紧来抢沙发吧~