页脚提示使用Tooltip控件
This commit is contained in:
parent
41bb6a9f84
commit
4c8f1e0689
|
@ -55,7 +55,7 @@ $(function () {
|
|||
scrollTop: 0
|
||||
}, 200);
|
||||
});
|
||||
if (!$.browser.versions.mobile) $("#gotoTop").tipso({ position: 'left', background: '#333', width: 70 });
|
||||
if (!$.browser.versions.mobile) $('[role="tooltip"]').tooltip({ delay: { "show": 500, "hide": 100 } });
|
||||
|
||||
// breadcrumb
|
||||
var arch = $('#nav-accordion').find('a.active').last();
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<footer class="site-footer">
|
||||
<div class="text-center">
|
||||
<span id="websiteFooter">@Model.Footer</span>
|
||||
<a id="gotoTop" href="#" class="go-top" title="返回顶部">
|
||||
<a id="gotoTop" href="#" class="go-top" title="返回顶部" role="tooltip" data-placement="left">
|
||||
<i class="fa fa-angle-up"></i>
|
||||
</a>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue