html5响应式收缩展开的侧边栏导航菜单模板

所属分类: html模板-个人网站    2023-10-07 03:34:55

html5响应式收缩展开的侧边栏导航菜单模板 ie兼容6
 查看演示  登录后下载 温馨提示
登录会员即可享受免费下载
 我要建站

html5响应式收缩展开的侧边栏导航菜单模板(共17个文件)

    • form.html
    • setting.html
    • table.html
    • index.html

使用方法

// ! menu
$('.bars').click(function () {
    $('.right-side-block').toggleClass('is-active');
    $('.left-side-block').toggleClass('is-active');
})

/* 
todo
document.getElementsByClassName('bars')[0].addEventListener('click', function(){
    document.querySelector('.right-side-block').classList.toggle('is-active');
    document.querySelector('.content').classList.toggle('is-active');
});
*/

// ! notification
$('.notification__icon').click(function () {
    $('.dropdown__notification').toggleClass('is-active');
})
// close the notification dropdown if user click out of target
$(document).click(function (event) {
    if(
    !$(event.target).closest('.dropdown__notification').length &&
    !$(event.target).closest('.notification').length
    ){
        $('.dropdown__notification').removeClass('is-active');
    }
})

// ! user avatar
$('.avatar-img__input').on('change', function () {
    var input = $(this);
    if (input[0] && input[0].files && input[0].files[0]) {
        if (!input[0].files[0].type.includes("image")) {
            // $('.avatar--img').attr('src', '../img/pr3o.png');
            return false;
        }
        var reader = new FileReader();
        reader.onload = function (e) {
            $('.avatar___img')
                .attr('src', e.target.result);
        };

        reader.readAsDataURL(input[0].files[0]);
    }
});
$('input:file').change(
    function (e) {
        // console.log(e.currentTarget.files);
        // var numFiles = e.currentTarget.files.length;
        var fileSize = parseInt(e.currentTarget.files[0].size, 10) / 1024;
        filesize = Math.round(fileSize);
        $('.filesize').addClass('filesize').text('(' + filesize + 'kb)');
        $('.selectedFiles').text(e.currentTarget.files[0].name).appendTo($('.selectedFiles'));

});

站长提示:
1. 苦力吧素材官方QQ群:950875342
2. 平台上所有素材资源,需注册登录会员方能正常下载。
3. 会员用户积极反馈网站、素材资源BUG或错误问题,每次奖励2K币
4. PHP源码类素材,如需协助安装调试,或你有二次开发需求,可联系苦力吧客服。
5. 付费素材资源,需充值后方能下载,如有任何疑问可直接联系苦力吧客服
相关资源 / 个人网站

html5响应式简约风个人博客网站模板

一款浅绿色风格个人网站模板,共包含4个html页面文件,主要包括首页、文章列表、文章详情页、UI部件模板页。
  个人网站
 194  0

html黑色炫酷个人简历网站模板

一款黑色风格个人网站模板,UI设计师无设计图纯HTML输出的科技感炫酷个人简历,仅支持分辨率1920px和1366px尺寸的屏幕。
  个人网站
 897  0

html5响应式全屏大气个人生活博客网站模板

一款个人博客网站模板,共包含5个html页面,适用于旅行旅游生活记录博客网站,设计风格非常漂亮。
  个人网站
 7429  0

html蓝色风格带个人头像/简历信息的单页模板

一款个人信息介绍的单页网页模板,带做侧边栏布局结构,显示的模块包括个人信息、技能、联系方式、工作经验、教育和爱好等。
  个人网站
 8510  0

评论数(0) 回复有机会获得K币 用户协议

^_^ 还没有人评论,快来抢个沙发!
😀
  • 😀
  • 😊
  • 😂
  • 😍
  • 😑
  • 😷
  • 😵
  • 😛
  • 😣
  • 😱
  • 😋
  • 😎
  • 😵
  • 😕
  • 😶
  • 😚
  • 😜
  • 😭
发表评论