change not working in EDGE

change not working in EDGE

Hi,

I have a form running Jquery.
When the input field are changed, the data is saved via Ajax. I am doing this via a 

$('#form_input').change(function() {
  //do stuff...
  //save via ajax
});
The function is triggered after a tabulation or a loss of the focus when the field is changed.
This works perfectly well in Chrome, Firefox and Microsoft Edge 40.15063.674.0

When I run the same code in Edge version 41, it does not work. Any ideas, is this a known issue?

Kind Regards
Fred