Giter Site home page Giter Site logo

jquery-cssemoticons's People

Contributors

jangosteve avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

jquery-cssemoticons's Issues

missing tranform css for IE9

Just wanted to let you know that I really like your emoticon plugin. What a brilliant idea to make a css/js-only approach to emoticons!
Anyway. I noticed the following "bug":
In IE9 the rotation doesn't work because the CSS is missing a transform with the -ms- prefix.
I added the following line to your CSS to make it work also in IE9:

span.css-emoticon {
-ms-transform: rotate(90deg);
}

I hope you could possibly add this to your code for future users.

Kind regards
Bas

Does not work with HTML TAG < PRE >

Hello, I'm trying to make it work with text included between PRE tags and it's not working.

Any idea to workarround this issue?

Thanks in advance.

Fix preMatch

I ran into some problems with a post containing one smile and http:// smile. Here is a fixed regex:

var preMatch = '(^|[^https?][\\s\\0]*)';

Clickable emoticons

Hello Steve,

I am newbie at js, and I want to create clickable emote to help user creating emote into editor (like facebook or many messenger), this is the js code I clip from : http://jsfiddle.net/JVDES/14/ .
I try to change the selector into my own selector, but failed. I try to create:
$("#emoteWrapper span.css-emoticon").click(function(){
alert("It works!");
});
but it's still failed. Can you help me?

Thank you

Extra emoticons

Hi,

is there a way to add extra moticons?

Or should I just add them to your code and make a pull request? :)

Thanks,
warnew

Angular.js Version

Hey, I used your code, so I wanted to let you know. I re-wrote it as a simple angular.js filter
The repo is angular-emoticonize. I added a url to your blog in both the source and the readme. Thanks, pretty useful.

Doesn't find smileys in the beginning of sentence

When I have the following structure:

  <div class='message'>
    <p>:)</p> 
  </div>

And I execute:

  $('.message').emoticonize();

It doesn't recognize the smiley.

To fix it, i have to add a space in the beginning of sentence:

  <div class='message'>
    <p> :)</p> 
  </div>

OR execute:

$('.message p').emoticonize();

Thanks,
Luis

Jquery load

Hello,

The scripts for smilies works great for me, Except for one thing.
I've got a messages window(div) that's reloaded whenever a new message has been submitted by the user. When ever the user presses send message, the emoticons disappear.

Im using the jquery load method to reload my messages div

thanks!

Receive update if necessary?

Hi @JangoSteve, great thing you've got going on here. :)

I found this and I gotta say it's a genius solution to a simple problem. Who needs images when you can just use CSS. :)

So I want to implement this in my website but I want to make sure it works well with today's browsers.

So this is just a friendly request for a yes or no answer, does this work with all modern browsers? Except with IE since I know there's a pull request (#4) for that.

Thanks again! :)

PhoneGap Mobile compactibility

Calling $('.selector').emoticonize(); in a PhoneGap android app will result Timeout error and will lead the app to cash.

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.