--- tipsy.js	2011-07-08 14:23:30.383861052 +0200
+++ tipsy_patch.js	2011-07-08 14:23:36.011861051 +0200
@@ -7,6 +7,7 @@ Drupal.behaviors.tipsy = function(contex
 			desc.css('display', 'none');
 			if(desc.length > 0) {
 				formSettings = Drupal.settings.tipsy.drupal_forms.options;
+				$(".tipsy").remove();
 				$(this).find('input[type=text],input[type=password],textarea,select,.option').tipsy({
 					title: function() { return desc.html(); },
 					html: true,
@@ -32,6 +33,7 @@ Drupal.behaviors.tipsy = function(contex
 			} else {
 				//var f = new Function("f", "return f;");
 			}
+			$(".tipsy").remove();
 			$(selector).tipsy({
 				title: options.title,
 				html: parseInt(options.html),
