Searched refs:divId (Results 1 – 3 of 3) sorted by relevance
22 function selectImage(divId, thumbnailId) { argument23 var thumbnailDivs = $(divId).children;24 selectedThumbnailDivId = divId;26 $(divId).style.display = 'none';35 savedThumbnailIds[divId] = thumbnailId;45 function addScreenshot(divId, screenshot) { argument49 thumbnailDiv.id = divId + '-thumbnailDiv-' + $(divId).children.length;51 selectImage(divId, thumbnailDiv.id);55 if (divId == 'current-screenshots')68 $(divId).appendChild(thumbnailDiv);[all …]
79 function DivView(divId) { argument82 this.node_ = document.getElementById(divId);84 throw new Error('Element ' + divId + ' not found');
28 PASS document.getElementById('test9').htmlFor is 'divId'