Fire jQuery event when expanding expandos.

This commit is contained in:
Max Goodman
2013-03-31 04:07:41 -07:00
committed by Neil Williams
parent e48210d4b8
commit 5e8ce20fa4

View File

@@ -777,11 +777,13 @@ function expando_child(elem) {
function(r) {
child_cache[key] = r;
expando.html($.unsafe(r));
$(document).trigger('expando_thing', thing)
},
false, "html");
}
else {
expando.html($.unsafe(child_cache[key]));
$(document).trigger('expando_thing', thing)
}
expando.show();
return false;