Home | History | Annotate | Download | only in assets

Lines Matching full:img

66     var img = document.createElement("img");
75 img.setAttribute("src", toRoot + assetsRoot + "images/home/" + droid.icon);
76 img.setAttribute("alt", "");
79 a.appendChild(img);
97 $(imgDiv).addClass("img-left");
100 $(imgDiv).addClass("img-top");
103 $(imgDiv).addClass("img-right");
107 imgDiv.innerHTML = "<img src='" + toRoot + assetsRoot + "images/home/" + droid.img + "'>";