$.get(
"test.jsp"
, { name:
"John"
, time:
"2pm"
},
function
(data){
alert(
"Data Loaded: "
+ data);
});