ajax is not returning respones to view page in the application
问题 when I am debugging in firefox console window i can see the output but it's not coming on my viewpage , below i have mentioned my ajax code and my controller, i getting a result but view is not showing Ajax: <script> $('.click').click(function(evt) { evt.preventDefault(); var link = $(this).attr('id'); $.ajax({ type: "GET", url: 'p_details', dataType: "json", data: { id: link } }); //alert(data); }).done(function(data) { // pass the url back to the client after you incremented it $('#property