how to get receive data from server to client using jquery and jax-rs but am
able to send a data to server without setting content-type .. am new in
this technology...
this is my code
client code:
$.ajax({
url: rootURL,
type: 'POST',
crossDomain: true,
when i send the data into server ,
1always getting error message,even successfully saved into database
2.not able to receive the response from server to client.
i have used jquery-1.7.1.min.js file
thanks in advance..
--
View this message in context:
http://cxf.547215.n5.nabble.com/jquery
how to send the response to jquery client as josn data.
this is my jquery code for getting data to client
*var url=
'http://10.163.14.56:9000/customerservice/renderdetails?callback=?';
$(document).ready(function(){
$('#getData').click(function