forked from 0x2620/oxjs
appendTo(that.$element) -> appendTo(that)
This commit is contained in:
parent
a6b0907cdc
commit
244591d57e
13 changed files with 37 additions and 37 deletions
|
|
@ -151,13 +151,13 @@ Ox.Editable = function(options, self) {
|
|||
},
|
||||
submit: submit
|
||||
})
|
||||
.appendTo(that.$element);
|
||||
.appendTo(that);
|
||||
self.$input.find('input').css(self.css);
|
||||
self.$test = self.$value.$element.clone()
|
||||
.css(Ox.extend({display: 'inline-block'}, self.css))
|
||||
.html(formatTestValue())
|
||||
.css({background: 'rgb(192, 192, 192)'})
|
||||
.appendTo(that.$element);
|
||||
.appendTo(that);
|
||||
}
|
||||
self.minWidth = 8;
|
||||
self.maxWidth = that.parent().width();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue