How do I share my jQuery plugin with the world?

Posted by Billy Moon on Programmers See other posts from Programmers or by Billy Moon
Published on 2012-02-07T00:31:56Z Indexed on 2014/06/05 21:42 UTC
Read the original article Hit count: 196

Filed under:
|

I made a plugin for jQuery, which I think is quite useful. It combines an animated colours plugin with an easings plugin, and adds a completely new feature of being able to refer to colours numerically (more useful in hex notation, so 0xff00cc for example) and therefore manipulate them mathematically more easily.

I created a repository on github, and it sits there, nobody looks at it.

Mostly, I would like people to look at it, use it, and improve it, so I can use the improvements and so on. I think this idea of numerically manipulating colors could be interesting. It makes it easy to change the hue without changing the saturation for example. Combined with animated colors, I think something interesting could be done, but I don't know what exactly. How do I let people know it (or any other project) is there..?

I was going to post it on http://plugins.jquery.com which is currently down. Are there any other outlets for this kind of code?

© Programmers or respective owner

Related posts about jQuery

Related posts about plugins