优化footer文本标题脚本

This commit is contained in:
Argo-Lenovo 2016-11-17 10:01:37 +08:00
parent ef99288e3a
commit eda9cb38fc
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
}, 200);
});
$('.site-footer div span').text($('#footer').val());
$('footer > div > span').text($('#footer').val());
$('#sidebar .sub-menu > a').click(function () {
var o = ($(this).offset());

View File

@ -167,6 +167,6 @@
<li></li>
</ul>
<!--breadcrumbs end -->
<input id="footer" type="text" class="hide" value="@Model.Footer" />
<input id="footer" type="text" class="hidden" value="@Model.Footer" />
</header>
<!--header end-->