Plugins

User login
Can't find a Plugin?

Can't find a Plugin you are looking for? Check out the jQuery Wiki page.

Are you a plugin developer? Please move your plugin over to this site.

Website Bug or Feature Request?

Found a bug on the new jQuery Plugin website? Have a feature request?

Submit it to the jQuery Plugin website issue queue to ensure it is noticed!

Releases for Comet


Comet 0.6

Download: jquery.comet.js_4.txt
Size: 6.96 KB
md5_file hash: 01ec75e907cae6c37faa7905512d6622
First released: January 24, 2008 - 7:34am

Fixes in the subscription system. It was not properly deliver multiple subscriptions.

Comet 0.5

Download: jquery.comet.js_3.txt
Size: 6.98 KB
md5_file hash: 8ee1c8f9d3934f1e08fb5081d693ea75
First released: January 21, 2008 - 11:09pm

Added cross domain callback polling support
Cleaned up parts of the transport

Comet .5

Download: jquery.comet.js_2.txt
Size: 6.98 KB
md5_file hash: 8ee1c8f9d3934f1e08fb5081d693ea75
First released: January 21, 2008 - 11:07pm

Added support for cross domain callback polling.
Cleaned up some other parts of the transport.

Comet 0.4

Download: jquery.comet.js_1.txt
Size: 6.28 KB
md5_file hash: 3a90567d4c0ac953afdf925424b7d89a
First released: January 13, 2008 - 7:14am

Connection management in a functional state now.
Takes reconnect advice.
Reconnects correctly after receiving message.
Unsubscribe on disconnect

Comet 0.2

Download: jquery.comet.js.txt
Size: 3.8 KB
md5_file hash: 43b6f628014669c1af46ed51cc1dc004
First released: January 12, 2008 - 5:11am

Basic functionality at the moment.
Handles Handkshake
Subscriptions
Publish Messages
Only supports long-polling via AJAX/XMLHttpRequest right now