jQuery Pause or Delay for Live Ajax Search
This was fairly hard to find, so I’ll post it here for reference. The idea is that, for live search input fields, we want to delay the Ajax call so that it fires only if the user hasn’t typed anything for half a second or so. This is because we don’t want to waste bandwidth…Continue Reading…