Hi
when i use jquery ajax for call wcf services:
when use get:
$(document).ready(function () {
$.ajax({
cache: false,
type: "GET",
async: false,
dataType: "json",
url: GetDepartmentURl,
success: function (department) {
jDepartment = department;
var div = document.createElement("div");
var span = document.createElement(Go to the complete details ...