jQuery Polling plugin
I wanted to create a chatting application and decided to create a jQuery polling plugin specifically for that purpose. I don’t know for sure if this is useful to anyone else but it works for me.
(function($) {
$.fn.poll = function(options){
var $this = $(this);
[...]