Skip to content

PikaJS v3.2.3

Latest
Compare
Choose a tag to compare
@Scottie35 Scottie35 released this 03 Dec 19:10
· 3 commits to master since this release
2e5b302

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.