jQuery Class Plug-In Update

I moved my jQuery Class plug-in to GitHub. Not sure what I was thinking when I provided it as a tarball download before. I followed jQuery’s style in the repo, so I have my features as separate source files under src, and a Makefile is used to build complete and minified versions under dist. I am also planning to start using QUnit for unit testing my JavaScript applications, more on that later.

Visit the bookmark »

Speak Your Mind

  • Your address won't be shown, it will be used for Gravatar icons if available.

  • Markdown is allowed.

Header 1    Header 2
========    --------

*italic*    **bold**

> A single level blockquote
>> A nested quote

A link: [example](http://url.com "title")
Or a quick URL: <http://url.com>

1. Numbered list item 1
2. Numbered list item 2

* Unordered list item 1
* Unordered list item 2

Any paragraph with 4 spaces to 
the left is a preformatted code block

Language specific code blocks with 
syntax highlighting are supported too:

@@ python
import antigravity
@@ end