Making form changes react by invoking a jquery method after 100 ms

Making form changes react by invoking a jquery method after 100 ms

Hi

I have a form with a lot of elements. Checkboxes,sliders and radiobuttons.

I am looking for a technique to make the form react 100 ms after a change on these elements. Having them to call a Jquery method. The JQuery method will make an AJAX call to my backend.
The AJAX call is covered and as starters I simply want a jquery method to alert('something') after 100 ms of a form field change.

Can someone please direct me in the right direction on achieving this?

I would really appreciate your time.