At my page i have about 20 common html select widgets. For example:
<select>
<option>1</option>
...
<option>3000</option>
</select>
that have 3000 or more elements in each one. So i have decided to convert them to ajax selects to load items dynamically when scrolling.
How can i do this ??