loading type

This commit is contained in:
sanj 2010-09-19 05:07:14 +05:30
parent 7a56e9ddd5
commit 2387db5b12

View File

@ -148,7 +148,7 @@ $(function() {
var type = $(this).attr("class").replace("Category", "");
$(this).addClass('selected');
var id = $(this).attr("data-id");
$('#media').html("Loading images for " + catName + " .. please wait..");
$('#media').html("Loading " + type + "s for " + catName + " .. please wait..");
$.getJSON("category", {'id': id, 'type': type}, function(json) {
// alert(type);
var arr = [];