Hi, I'm trying to generate a table but by making the function parameter text I've had a lot of problems this is the code:
elemento = elemento +'</br>'+'<span onclick="borrar('+libros[i].autores[j]+');">'+libros[i].autores[j]+'</span>';
I generated it that way and it should be: "Jhon Stamos" as String in the parameter
help please