Home | History | Annotate | Download | only in assets

Lines Matching refs:div

87     var div = document.createElement("div");
88 var imgDiv = document.createElement("div");
89 var descDiv = document.createElement("div");
91 div.setAttribute("id", x);
92 div.setAttribute("style", "display:none");
109 $(div).append(imgDiv);
110 $(div).append(descDiv);
112 $("#carouselMain").append(div);
120 // (1) div containing slides, (2) a "clip" div to hide the scroller
126 var slideList = 'app-list'; // the div containing the slides
139 var thumblist = document.getElementById(slideList);// the div containing the slides
179 var div = document.getElementById(id);
200 div.style.left = '-' + Math.round(left) + 'px';