Posts by Danielle Arruda torres • 1,191 points
102 posts
-
0
votes1
answer64
viewsA: Checkbox does not load returned data in JSON
Revolvi modifying. It was like this... $(document).ready(function () { $.ajax({ url: "/Gerenciamento/UsuarioExterno/SelecionarRepresentante", success: function (data) { $("#representante").empty();…
-
0
votes1
answer64
viewsQ: Checkbox does not load returned data in JSON
I’m having trouble loading a checkbox (<select>) using C# MVC with Json. The method returns the complete list with objects, but does not click on the checkbox. Man Controller: public…