The problem I have is the following. I have a code that generates multiple html results for me. But I need a detail that I could not implement. The code is as follows:
$('#avaliacoes').append('\<div class=\'estrelas\'><input type=\'radio\' id=\'cm_star-empty\' name=\'fb\' value\'\'/>
From another code, I get a result variable from a foreach. Her name is result .Name
The only thing I need is to insert this variable and concatenate with the value of the attribute of the input tag.
How can I do this using append above?