How to attach a waiting animation to a row?
I want to create a table that will enable AJAX to wait for a response ( I'm struggling with Ebay timing out in the browser and Aysnc or multi-treading is beyond my capabilities).. I found a nice ASYNC solution here using a counter to wait for each response.
Then I found a nice waiting animation here, although it seems older and a lot comments mention that there are problems with it in newer AJAX scenarios.
I feel a better looking UI would be to have the animation directly over the row in waiting for the response. ( or maybe I simply move the row in waiting to a new table above called completed" ..hmmm)
Would you use coordinates and a div? or clear the table columns for a div? Lots of concepts, no success yet.. thoughts?