Slow loading jQuery Autocomplete
Posted
by Andrew G. Johnson
on Stack Overflow
See other posts from Stack Overflow
or by Andrew G. Johnson
Published on 2010-04-09T16:20:10Z
Indexed on
2010/04/09
16:23 UTC
Read the original article
Hit count: 1103
jQuery
|autocomplete
Hi I am building an internal app for my company using jQuery's autocomplete and am finding it tends to start off very slow. My assumption is that the bottle neck is perhaps adding its elements to the DOM since after the first query it seems to be substantially speedier. Does anyone know of a way to pre-load these elements on page load instead of doing it for the first time when the user starts typing?
© Stack Overflow or respective owner