Skip to content

JonGates/jquery-jonWebim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jonWebim

jon jquery webim plugin
Webim插件,兼容所有浏览器!
UI是由某赶集网剥离出来的;
Scrollbar插件某集网用的是mCustomScrollbar插件,该插件不支持IE69,因此我重写了一个jquery-jonScrollbar插件;
WEBIM代码也全部重写,也是为了兼容IE6
9,并且通过对象全部封装起来;
版本内目前带了部分测试数据,后续版本稳定后,会用DEMO形式体现出功能!

Usage

Refer to the demo and the source code

依赖库

jquery.js 1.x jquery.cookie.js 1.x jquery.jonScrollbar.js x

jquery 对象级调用

<div id="im"></div>

<script type="text/javascript">
	(function($){
		$('#im').jonWebim();
	})(jQuery);
</script>

后续版本介绍:

v.0.0.0.3 加入删除用户列表
v.0.0.0.4 支持聊天记录Web Storage(需要浏览器支持)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published