1
0
Fork 0
forked from 0x2620/oxjs

some work on filters

This commit is contained in:
rlx 2011-11-10 13:55:33 +00:00
commit 170fd84c80
5 changed files with 83 additions and 25 deletions

View file

@ -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);