Basically, I'm trying to create 5 rows of tables, using a loop function. I've already have the codes for creating one row. How do I run the script 5 times in jQuery ?
I don't quite understand how .each(); works to do a loop. Can somebody please explain to me? Thanks.