Posts by Daniel Sunami • 21 points
1 post
-
2
votes2
answers1001
viewsA: Load fields automatically with jquery and json
$.getJSON( "/clienteJson", { client: $( this ).val() }, function( json ){ codeVisit.val( json[0].codeVisit ); segmentVisit.val( json[0].segmentVisit ); } ); Edit 1 ----------------- The response…