o-notch fa-spin text-warning">'
$.ajax({
url: 'WebServices/Gallery/GalleryServices.asmx/GetGalleryExplorer',
dataType: "json",
type: "POST",
contentType: 'application/json; charset=utf-8',
cache: false,
data: JSON.stringify(
{
}),
success: function (data) {
document.getElementById("div_fill_gallery_details").innerHTML = data.d;
},
error: function (xhr) {
alert(JSON.stringify(xhr));
}
});
}
f-8',
cache: false,
data: JSON.stringify(
{
}),
success: function (data) {
document.getElementById("div_fill_gallery_details").innerHTML = data.d;
},
error: function (xhr) {
alert(JSON.stringify(xhr));
}
});
}
ml>