Lazy loading SELECT options?
I have a list of several hundred items that need to populate a dropdown element. While on a desktop this is (more) reasonable, for a mobile handset this is just way too much data to populate at once. The concept of what I want to do is similar to how the Android market displays apps, where you have to scroll to the bottom of the list for more items to load. Has anyone worked out a good method of "lazy loading" items for a dropdown?