1
0
Fork 0
forked from 0x2620/oxjs

filter rewrite, inputgroup update

This commit is contained in:
rlx 2011-06-02 03:44:11 +00:00
commit 65aadc19e9
2 changed files with 55 additions and 44 deletions

View file

@ -75,8 +75,11 @@ Ox.InputGroup = function(options, self) {
function change(event, data) {
//Ox.print('InputGroup change')
// fixme: would be good to pass a value here
that.triggerEvent('change');
that.triggerEvent('change', {
value: self.options.inputs.map(function($input) {
return $input.value();
})
});
}
function click(event) {