I am trying to make a simple ajax request that in the controller can fetch the data from the db and return it. Right now I have this code on the view: $(".btn-submit").click(function(e){ e....
0 Vote
0 Answer
208 Views