jQuery Multiselect with 2500+ options
Hello,
I have a multiple select form element that loads data from a DB... Using the standard multiple select functionality is cool but it doesn't quite work for the application I'm using it for... So I thought I would use jquery to make it a little more user friendly. The problem I'm having is that the select has 2500+ options and when I use a jQuery plugin it takes forever to load... So long that the browser asks if I want to continue loading the script...
I have tried a few with the same results but was really hoping to use this:
http://quasipartikel.at/multiselect/
- any suggestions as to what I can do to speed up the load time?
Thanks so much,
Mike