html在线即时聊天对话界面模板

所属分类: html模板-社交论坛    2024-03-17 10:14:47

 51712  1  查看评论 (0)
html在线即时聊天对话界面模板 ie兼容6

html在线即时聊天对话界面模板(共4个文件)

    • index.html

使用方法

document.querySelector('.chat[data-chat=person2]').classList.add('active-chat');
document.querySelector('.person[data-chat=person2]').classList.add('active');

let friends = {
  list: document.querySelector('ul.people'),
  all: document.querySelectorAll('.left .person'),
  name: '' },

chat = {
  container: document.querySelector('.container .right'),
  current: null,
  person: null,
  name: document.querySelector('.container .right .top .name') };


friends.all.forEach(f => {
  f.addEventListener('mousedown', () => {
    f.classList.contains('active') || setAciveChat(f);
  });
});

function setAciveChat(f) {
  friends.list.querySelector('.active').classList.remove('active');
  f.classList.add('active');
  chat.current = chat.container.querySelector('.active-chat');
  chat.person = f.getAttribute('data-chat');
  chat.current.classList.remove('active-chat');
  chat.container.querySelector('[data-chat="' + chat.person + '"]').classList.add('active-chat');
  friends.name = f.querySelector('.name').innerText;
  chat.name.innerHTML = friends.name;
}

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

html5简洁大气的聊天对话模板

这是一款响应式网络对话界面网页模板,采用了主题色蓝色和灰色,左右两栏的布局设计,通常用在谈话聊天中。
  社交论坛
 1272  0

html5侧边弹性在线聊天对话模板

一款侧滑弹性聊天对话模板,带滑动动画特效,非常好看实用!
  社交论坛
 795  0

html5高仿Windows8 Messenger在线聊天网页模板

一款win8操作系统msg软件网页模板,响应式布局设计,共三栏:联系人、当前聊天好友、聊天界面。
  社交论坛
 2125  0

html基于CSS3精美的聊天对话动画特效

一款时尚大方的在线聊天网页模板,可适合用于手机APP以及移动端使用,非常实用。
  社交论坛
 988  0

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

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