Hi I am trying to make dynamic variables but it is saying `variable v0 (through to v5) is not defined.
td.each(function(i){ eval(\'var v\' + i + \' = \\\'\'
That sounds like a bad idea.
Is there any reason you can't do this?
var tdHtml = td.map(function() { return $(this).html(); }).get();