loading type
This commit is contained in:
parent
7a56e9ddd5
commit
2387db5b12
|
@ -148,7 +148,7 @@ $(function() {
|
||||||
var type = $(this).attr("class").replace("Category", "");
|
var type = $(this).attr("class").replace("Category", "");
|
||||||
$(this).addClass('selected');
|
$(this).addClass('selected');
|
||||||
var id = $(this).attr("data-id");
|
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) {
|
$.getJSON("category", {'id': id, 'type': type}, function(json) {
|
||||||
// alert(type);
|
// alert(type);
|
||||||
var arr = [];
|
var arr = [];
|
||||||
|
|
Loading…
Reference in New Issue
Block a user