1
0
Fork 0
forked from 0x2620/oxjs

improve editable and tooltip

This commit is contained in:
rlx 2011-11-06 12:26:12 +00:00
commit e7c36dacc8
2 changed files with 18 additions and 4 deletions

View file

@ -30,6 +30,7 @@ Ox.Tooltip = function(options, self) {
self.setOption = function(key, value) {
if (key == 'title') {
that.html(value);
value === '' && that.detach();
}
};