I'm making a web application that will be the front end for a MySQL
database. I've got a page that displays a row's data. There are about
20 input fields and a list box. This list box lists the pk of each row
and on change loads that row into the fields. Also, one of the fields
is the source of an image and that image is loaded. So it can take a
moment to load. My problem is dealing with scrolling through the list
(holding the down or up arrow) and having the list change function
fire a bazillion times. The loads lag behind the list. I'm not even
sure how I want to solve this conceptually. And now that I have my
problem typed out, I'm not even sure I should ask my question here,
but I do all my ajax with jQuery so I might as well get an answer in
it. Thanks for your time and help!

Reply via email to