I have a search field which fetches results and populates a div on the fly.
I was wondering which event type would be best for this. At th emoment I have onkeyup, but if the user is typing a long word, it can be quite slow as it perfroms the search on every key stroke.
I was wondering what event shall I use to minimize the number of calls to the AJAX engine, but still have the search resutls returned quickly and on the fly
This demo does it quite well:
Thanks!
I was wondering which event type would be best for this. At th emoment I have onkeyup, but if the user is typing a long word, it can be quite slow as it perfroms the search on every key stroke.
I was wondering what event shall I use to minimize the number of calls to the AJAX engine, but still have the search resutls returned quickly and on the fly
This demo does it quite well:
Thanks!