.find(".autodoc_template_home_name") | .find(".autodoc_template_home_name") | ||||
.html(doc.name); | .html(doc.name); | ||||
$(col).find(".autodoc_template_home_name").on('click', function(e) { console.log(e); }); | |||||
$(col) | $(col) | ||||
.find(".autodoc_template_home_pages") | .find(".autodoc_template_home_pages") | ||||
.html(doc.pageId.length); | .html(doc.pageId.length); |