replace g()
This commit is contained in:
parent
9e5745aedb
commit
d021d1b061
5 changed files with 28 additions and 10 deletions
|
|
@ -101,7 +101,8 @@ function displaySelectBox(p_name) {
|
|||
newDiv.style.top=locPosY+"px";
|
||||
|
||||
newDiv.style.left=document.getElementById(p_name+"_bt").offsetLeft+"px";
|
||||
newDiv.setStyle({display:"block",position:"absolute","z-index":999});
|
||||
card_layer++;
|
||||
newDiv.setStyle({display:"block",position:"absolute","z-index":card_layer});
|
||||
|
||||
if ( id$("search_"+p_name+"_list") ) {
|
||||
var sTmp = newDiv.innerHTML;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue