Posts by alysonsm • 126 points
1 post
-
1
votes2
answers7587
viewsA: How to resolve html elmento value quotes with javascript?
Try using simple quotes in the function parameter call. Follow the example worked: var cursos = [{Name: "Teorema de D'Alembert", Value:"Teste '123 "},{Name: "Teste2", Value: 345}]; var createButton…