我在某些条件下将气球(http://file.urin.take-uma.net/jquery.balloon.js-Demo.html)对象添加到输入文件中,但我找不到动态删除它的方法(不同条件)。
$(this).balloon({
classname:"validationErrorBalloon",
position:"top",
contents: "wrong value"
});
我在某些条件下将气球(http://file.urin.take-uma.net/jquery.balloon.js-Demo.html)对象添加到输入文件中,但我找不到动态删除它的方法(不同条件)。
$(this).balloon({
classname:"validationErrorBalloon",
position:"top",
contents: "wrong value"
});