Twitter is a free service that lets you keep in touch with people through the exchange of quick, frequent answers to one simple question: What's happening? Join today to start receiving Fra_T's tweets.
Already using Twitter from your phone? Click here.
Fra_T
// onclick once:
$("#selector").click(function self(){
// Do stuff once
$(this).unbind('click', self);
});10:17 AM Sep 11thfrom web