Home
last modified time | relevance | path

Searched refs:getPopElemByName (Results 1 – 1 of 1) sorted by relevance

/plugin/jirainfo/
H A Dscript.js160 if (this.getPopElemByName()) return;
174 const popup = this.getPopElemByName();
191 this.popper = new Popper(elem, this.getPopElemByName(), {
196 element: self.getPopElemByName("arrow")
205 … self.getPopElemByName("body").style.opacity = 1; // pop-content-body
249 this.getPopElemByName("arrow").className = "ji-arrow arrow-" + place;
257 jiPopup.prototype.getPopElemByName = function(name) { method in jiPopup
321 this.getPopElemByName('content').innerHTML = html;