h5移动端聊天室|仿微信界面聊天室|h5多人聊天室
今年的FIFA世界杯甚是精彩,最近兴致高涨就利用HTML5开发了一个手机端仿微信界面聊天室,该h5聊天室采用750px全新伸缩flex布局,以及使用rem响应式配合fontsize.js,页面弹窗则是使用自己开发的 wcPop.js插件 ;编辑器部分由原先的单一表情新增为动图表情,实现了消息、表情发送 | 大图、视频效果预览 | 仿微信红包、打赏等微交互功能。 // ...滚动聊天区底部 function wchat_ToBottom(){ // $(".wc__chatMsg-panel").animate({scrollTop: $("#J__chatMsgList").height()}, 0); $(".wc__slimscroll2" ).slimscroll({ scrollBy: $( "#J__chatMsgList" ).height(), height: ‘auto‘ }); } // ...表情、选择区切换 $(".wc__editor-panel").on("click", ".btn", function (){ var that = $( this ); $( ".wc__choose-panel" ).show(); if (that.hasClass("btn-emotion" )) { $( ".wc__choose-panel .wrap