移除没用的脚本
This commit is contained in:
parent
f45d600b34
commit
4f5483f1ea
|
@ -169,12 +169,6 @@ $(function () {
|
||||||
}, "请填写正确的IP地址");
|
}, "请填写正确的IP地址");
|
||||||
}
|
}
|
||||||
|
|
||||||
// tool tips
|
|
||||||
$('.tooltips').tooltip();
|
|
||||||
|
|
||||||
// popovers
|
|
||||||
$('.popovers').popover();
|
|
||||||
|
|
||||||
$(".go-top").click(function (e) {
|
$(".go-top").click(function (e) {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
$('#main-content, .content-body, body').animate({
|
$('#main-content, .content-body, body').animate({
|
||||||
|
@ -182,16 +176,5 @@ $(function () {
|
||||||
}, 200);
|
}, 200);
|
||||||
});
|
});
|
||||||
|
|
||||||
$('.form-group .btn-group .dropdown-menu a').on('click', function () {
|
|
||||||
var parent = $(this).parents('div.btn-group');
|
|
||||||
parent.prev('input.hide').val($(this).attr("data-val"));
|
|
||||||
parent.children('button:first').text($(this).text());
|
|
||||||
});
|
|
||||||
|
|
||||||
$('.site-footer div span').text($('#footer').val());
|
$('.site-footer div span').text($('#footer').val());
|
||||||
|
|
||||||
$('.sidebar-toggle-box').click(function () {
|
|
||||||
window.console.log('1');
|
|
||||||
$(this).next('a').toggle();
|
|
||||||
});
|
|
||||||
});
|
});
|
Loading…
Reference in New Issue