I have a listing with 150 rows and for each row there are three skinned select items.
Because there's heavy processing to be done before displaying each result I get an error saying "A script on this page may be busy, or it may have stopped responding. You can stop the script now, or you can continue to see if the script will complete." and it refers to jquery.js file.
Is it possible to avoid this error by doing some jQuery work?
Thank you.