How to apply debouncer on change function jQuery? – Jquery ajax
How would one apply debouncer on this jQuery function. So far it makes no call. $('.make-ajax-call-js').on($.debounce('change', function (e) { //whatever ajax call })); I have debouncer script included in my js files.