$.ajax({ type:"GET", url:"books/test", dataType:"json", data: {some_parameter: 'hello'}, success:function(result){ alert(result); } })