BREAKING CHANGE: Removed .onChange() function, improved $.debounce() docs.
This can be done instead with: $('input#search').on('input', $.debounce(function() { ... }, 500, false));
See README for info.
BREAKING CHANGE: Removed .onChange() function, improved $.debounce() docs.
This can be done instead with: $('input#search').on('input', $.debounce(function() { ... }, 500, false));
See README for info.