All Projects → eshengsky → Jquery Emoji

eshengsky / Jquery Emoji

Licence: mit
😄 Let textarea or editable div has ability to insert emoji. 让文本框或div具备插入表情功能。

Projects that are alternatives of or similar to Jquery Emoji

Em Keyboard
the cli emoji keyboard™ [ author @kennethreitz ]
Stars: ✭ 280 (+124%)
Mutual labels:  emoji, emoji-picker
Wdt Emoji Bundle
Slack like emoji picker with apple/ios, twitter/twemoji, google, emojione, facebook, messenger emoji support
Stars: ✭ 411 (+228.8%)
Mutual labels:  emoji, emoji-picker
Rofimoji
An emoji and character picker for rofi 😁
Stars: ✭ 319 (+155.2%)
Mutual labels:  emoji, emoji-picker
ngx-emoj
A simple, theme-able emoji mart/picker for angular 4+
Stars: ✭ 18 (-85.6%)
Mutual labels:  emoji, emoji-picker
Uni
Query the Unicode database from the commandline, with good support for emojis
Stars: ✭ 633 (+406.4%)
Mutual labels:  emoji, emoji-picker
lepre
🐰 Lightweight Emoji Picker for React Enthusiast
Stars: ✭ 15 (-88%)
Mutual labels:  emoji, emoji-picker
Supernova Emoji
library to implement and render emojis For Android
Stars: ✭ 334 (+167.2%)
Mutual labels:  emoji, emoji-picker
mr-emoji
Lightweight emoji picker like SLACK
Stars: ✭ 23 (-81.6%)
Mutual labels:  emoji, emoji-picker
Emoji Picker Element
A lightweight emoji picker for the modern web
Stars: ✭ 587 (+369.6%)
Mutual labels:  emoji, emoji-picker
Interweave
🌀 React library to safely render HTML, filter attributes, autowrap text with matchers, render emoji characters, and much more.
Stars: ✭ 467 (+273.6%)
Mutual labels:  emoji, emoji-picker
rm-emoji-picker
A modern, ES2015 emoji picker and editor.
Stars: ✭ 76 (-39.2%)
Mutual labels:  emoji, emoji-picker
Vanilla Emoji Picker
Modern emoji picker. Super light 2kb gzipped, simple and no frameworks 😻
Stars: ✭ 20 (-84%)
Mutual labels:  emoji, emoji-picker
vuemoji-picker
Vue 2 and 3 lightweight emoji picker.
Stars: ✭ 53 (-57.6%)
Mutual labels:  emoji, emoji-picker
emoji picker flutter
A Flutter package that provides an Emoji picker widget with 1500+ emojis in 8 categories.
Stars: ✭ 55 (-56%)
Mutual labels:  emoji, emoji-picker
winmoji
Emoji lookup for Windows 😉 https://www.winmoji.com https://twitter.com/winmoji
Stars: ✭ 79 (-36.8%)
Mutual labels:  emoji, emoji-picker
Alfred Emoj
Alfred 3 workflow to find relevant emoji from text
Stars: ✭ 325 (+160%)
Mutual labels:  emoji, emoji-picker
ermoji
🤷‍♂️ RStudio Addin to Search and Copy Emoji
Stars: ✭ 26 (-79.2%)
Mutual labels:  emoji, emoji-picker
EmojiRunner
Search for emojis in Krunner and copy/paste them
Stars: ✭ 33 (-73.6%)
Mutual labels:  emoji, emoji-picker
Emoji Mart
One component to pick them all 👊🏼
Stars: ✭ 4,687 (+3649.6%)
Mutual labels:  emoji, emoji-picker
Emoji Button
Vanilla JavaScript emoji picker component
Stars: ✭ 646 (+416.8%)
Mutual labels:  emoji, emoji-picker

jQuery-emoji

让文本框或可编辑div具备插入表情功能。
Let textarea or editable div has ability to insert emoji.

预览 Preview

image

功能 Features

  • 支持给textarea或可编辑div加上表情功能,自动识别元素类型。
    Support for adding emoji into textarea or editable div, automatic identification of element types.
  • 如果是textarea,则选择表情后插入表情代码,如果是可编辑div,则直接插入表情图片。
    If it is textarea element,will insert code string of emoji, else, will insert emoji picture directly.
  • 支持自定义表情代码的格式。
    Support for specifying the code format of emoji.
  • 支持将表情代码转换为表情图片。
    Support for converting the code string of emoji into emoji picture.
  • 支持多组表情并提供tab切换。
    Support for multiple groups of emoji and tabs to toggle.
  • 示例已带有百度贴吧、emoji高清、qq高清3套表情。
    The demo has been with 3 sets of expression:Baidu tieba, emoji HD & QQ HD expressions.
  • 同一页面支持多个表情实例。
    Support for multiple instances in one page.

兼容性 Compatibility

兼容>=IE8的现代浏览器。
Compatible with IE8+ and modern browsers.

示例&文档 Demo&Doc

http://eshengsky.github.io/jQuery-emoji/

更新日志 Changelog

v1.3 2018/03/06

  • 增加一套默认表情。
    Add new default emoji package.
  • 新增参数'position'支持调整面板位置。
    Support to adjust panel postion with 'positon' option.
  • 修复IE8不兼容的问题。
    Fix some bugs on IE8.

v1.2 2016/03/04

  • 修改默认表情按钮图片,以解决IE下不显示svg类型base64图片的问题。
    Modify the default button image, in order to solve the problem that does not display svg type base64 image with IE.

v1.1 2016/03/03

  • 优化代码。
    Optimized code.
  • 移除原先的flag和prefix配置项,新增placeholder配置项,可以完全自定义表情代码。
    Removed flag and prefix configs, a new config placeholder added, you can completely customize the emoji code.
  • 现在分组名称不再是必填项。
    Now the name of the icons group is no more required.
  • 插入或转换后的表情图片现在有了一个emoji_icon的class,可以自己定义样式。
    The emoji picture inserted or parsed now has a class 'emoji_icon', you can define your style.
  • 优化将表情代码转换为表情图片时的正则表达式为懒惰匹配。
    Optimized the regular expression about parsing emoji code to emoji picture to lazy match.

许可协议 License

The MIT License (MIT)

Copyright (c) 2018 孙正华

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].