优化footer文本标题脚本
This commit is contained in:
parent
ef99288e3a
commit
eda9cb38fc
|
@ -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());
|
||||
|
|
|
@ -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-->
|
||||
|
|
Loading…
Reference in New Issue