I\'m trying to use the append function and encountered this:
$(\"#details\").append(\'\'); for (var i = 0; i < 10; i++) { $(\"#details\").ap
I would use something like if you have the data in an Array.
var appendToUl = array.join("
It is much faster