Posts by Lucas • 13 points
2 posts
-
0
votes1
answer93
viewsQ: Display value of an object item using Javascript
I’m a beginner in Javascript, I don’t know how to display the value qtdeEstoque of listaTamanhos. Can someone help me? alert("Tamanho: " + lista.Value + " / Estoque: " + data[i].qtdeEstoque);…
-
1
votes1
answer548
viewsQ: Subdomain does not load styles and scripts
Good morning, 1- I created a new solution in Visual Studio 2012; 2- I created ASP.NET MVC 4 Web Application. I opted for a "BASIC" project, Framework 4.5 and the Razor engine; 3- I created the Home…