[jQuery] [autocomplete] dimension.js requirement
Is it possible to make this an optional component of the autocomplete
plugin?
If I always only want 10 or so options to display, thus not having any
scrolling... the need to have this extra file (both in filesize
addition and http request addition) is worthless. But I must include
it to keep the JavaScript errors from occurring.
I understand that the logic needs to stay in the autocomplete plugin,
but can there be a check if dimensions is on the page, and only run
that logic if it is there. Even if it is there, I would think the
option to have a scrollable div or not should be made available as I
may have included it for something else, but don't want the scrolling
in the autocomplete.
Tossing this out for discussion sake first, can make a bug report or
feature request if it is seen as worth it.
Thanks,
Aaron Barker