compcentral
compcentral

Reputation: 1185

Javascript: Unicode symbol picker (for adding math symbols to a textarea)

I'm looking for a solution to allow users to add unicode characters (math symbols for now) to a textarea by clicking a button. I was hoping there was some kind of symbol picker class/plugin out there that would do this so I didn't have to recreate the wheel here.

I found this one but it's basically a proof of concept. Does anyone know of anything that's a bit more finished? A jQuery plugin would be great but I haven't found any yet.

EDIT

I also found this one. It seems to be based on the same source though and also attempts to render unsupported characters.

Upvotes: 6

Views: 1805

Answers (1)

Related Questions