I am adding a balloon (http://file.urin.take-uma.net/jquery.balloon.js-Demo.html) object to an input filed under certain conditions but I cannot find a way to remove it dynamically (different conditions).
$(this).balloon({
classname:"validationErrorBalloon",
position:"top",
contents: "wrong value"
});