Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/linyows/jquery-emoji

A simple, lightweight jQuery plugin for emoji parser.
https://github.com/linyows/jquery-emoji

Last synced: about 1 month ago
JSON representation

A simple, lightweight jQuery plugin for emoji parser.

Lists

README

        

jQuery Emoji Plugin
===================

A simple, lightweight jQuery plugin for [emoji](http://www.emoji-cheat-sheet.com/) parser. :tongue:

Installation
------------

Include script after the jQuery library (unless you are packaging scripts somehow else):

```html

```

Usage
-----

Very simple.

```html

$(document).ready(function(){
$('.comment').each(function(i, d){
$(d).emoji();
});
});

...


:+1:



```

Contributing
------------

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Author
------

[linyows](https://github.com/linyows)

License
-------

Copyright (c) 2012 linyows Licensed under the MIT license.