I have a select and I bind two functions to the change event of the select.
$(\'#Select\').change(Function1).change(Function2);
In both funct