S
sherifffruitfly
Hi all,
I'm using greasemonkey to add a td onto the end of a tr, using
tr.appendChild(td) . It works fine, but when I load the page, all of
the original td's render first, and then my added one only a second or
two later.
What can I do to get them all to load closer to simultaneously?
Thanks for any suggestions!
I'm using greasemonkey to add a td onto the end of a tr, using
tr.appendChild(td) . It works fine, but when I load the page, all of
the original td's render first, and then my added one only a second or
two later.
What can I do to get them all to load closer to simultaneously?
Thanks for any suggestions!