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旅游摄像作品展示博客个人网站模板

一款响应式个人旅行博客单页网站模板,使用Bootstrap创建的摄影作品单页网站。采用了网格布局摄影师和设计师显示照片,并且所有的内容展示都采用了滑动弹窗显示。
  个人网站
 3180  0

html个人博客网站模板

一款橙色风格个人网站模板,单页网站只有一个首页index.html。
  个人网站
 221  0

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

一款蓝色风格单页模板,带点击滑动定位、左右图文内容展示布局。
  个人网站
 3312  0

html5简洁好看的个人博客模板

一款基于layui响应式个人网站模板,共包含6个html页面文件,包括:首页、列表页、详情页、留言板、友情链接、时间线(日记)。
  个人网站
 818  0

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

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