Browse Source

img click

master
Pascal Gloor 5 years ago
parent
commit
cd918a77b1
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      www/js/autodoc.js

+ 4
- 0
www/js/autodoc.js View File

Math.floor(1000 / conf.home.width) Math.floor(1000 / conf.home.width)
); );


$.on('click', $(col).find(".autodoc_template_home_img"), function(e) {
console.log(e);
});

$(col) $(col)
.find(".autodoc_template_home_owner") .find(".autodoc_template_home_owner")
.html(doc.owner); .html(doc.owner);

Loading…
Cancel
Save