Posts by Paulo Denadai • 1 point
1 post
-
0
votes2
answers421
viewsA: Javascript variable value assignment
I don’t recommend using this method and I don’t know if it will work in your C# MVC project. I’ve already had this need and solved it as follows: var cod = { cod: codFrase }; $.ajax({ url:…