forked from 0x2620/oxjs
fix Ox.JQueryElement fixmes
This commit is contained in:
parent
b9e80c9d75
commit
33390069b9
6 changed files with 26 additions and 33 deletions
|
|
@ -722,7 +722,7 @@ Ox.Input = function(options, self) {
|
|||
var input = self.$input[0];
|
||||
that.triggerEvent('insert', {
|
||||
end: input.selectionEnd,
|
||||
id: that.id,
|
||||
id: that.oxid,
|
||||
selection: input.value.substring(input.selectionStart, input.selectionEnd),
|
||||
start: input.selectionStart,
|
||||
value: input.value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue