Giter Club home page Giter Club logo

jquery-emoji's Introduction

##这是什么 简单易用的Web表情发送插件

##为什么有这个 最近一个Web项目需要发送表情,查找一圈只发现了这个jquery.qqFace.js,但是我感觉不够强大。

##预览 基本上,就是这个样子:

屏幕截图

##特性

  1. 开箱即用 如何使用?

  2. 支持订制 如何订制?

##快速开始 ###引入文件

<script src="http://apps.bdimg.com/libs/jquery/2.1.1/jquery.min.js" type="text/javascript"></script>

<link rel="stylesheet" href="http://cokapp.github.io/jquery-emoji/libs/jquery.emoji.min.css">
<script src="http://cokapp.github.io/jquery-emoji/libs/jquery.emoji.min.js" type="text/javascript"></script>

###初始化

<a id="emoji" href="javascript:;" title="颜文字">颜文字</a>
<div id="content"></div>
<script type="text/javascript">
	$(document).ready(function(){
		$('a#emoji').cokEmoji({
			appendto: '#content',
			autoparse: 'image',
			position: 'right'
		});
	});
</script>

##阅读更多 在线文档

jquery-emoji's People

Stargazers

 avatar sukurax avatar alwayrun avatar

Watchers

James Cloos avatar

Forkers

xvsdf100

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.