-1
When placing quotes in different ways to be possible concatenation, an error appears by Elements in the Chromer browser, I would like within the parameters, the information to be with simple quotes. If anyone can help me in this matter of concatenating, it would be a great gratitude.
for(linha = 0; 16 > linha; linha++){
//CARREGAMENTO DOS DADOS LOCAIS DOS FILMES
$('.line_recent').append("<a href='" + filme[linha].src_filme + "' onmouseover='info('"+filme[linha].nome_filme+"', '" + filme[linha].idade_filme + "', '"+ filme[linha].descricao_filme +"','"+ filme[linha].tipo_traducao +"', '"+ filme[linha].ano +"', '"+ filme[linha].capa_filme+"');'><div class='box'><div id='box_img'> <img src='data:image/png;base64, " + filme[linha].img_filme +"'> </div></div></a>");
}
Thank you so much for the tip! I am very grateful, I will follow these interpolation steps.
– Jeff