forked from 0x2620/oxjs
some work on filters
This commit is contained in:
parent
3130de08c5
commit
170fd84c80
5 changed files with 83 additions and 25 deletions
|
|
@ -157,7 +157,8 @@ Ox.Select = function(options, self) {
|
|||
self.options.title ? self.options.title : data.checked[0].title
|
||||
);
|
||||
that.triggerEvent('change', {
|
||||
selected: data.checked
|
||||
selected: data.checked,
|
||||
value: self.options.value
|
||||
});
|
||||
} else {
|
||||
that.triggerEvent('click', data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue