Widget:PillIdentifier: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 303: | Line 303: | ||
["#queryContainer_Shape", "#queryContainer_Scoring"], | ["#queryContainer_Shape", "#queryContainer_Scoring"], | ||
["#queryContainer_Color", "#queryContainer_Size"], | ["#queryContainer_Color", "#queryContainer_Size"], | ||
["#queryContainer_Scoring","#misc"] | ["#queryContainer_Scoring","#misc"], | ||
["#queryContainer_Size", ""] | ["#queryContainer_Size", ""] | ||
]; | ]; | ||
Line 330: | Line 330: | ||
console.log(positionArr[nextPosition][1]); | console.log(positionArr[nextPosition][1]); | ||
if (positionArr[nextPosition][0] | if (positionArr[nextPosition][0] == ""){ | ||
$("#back").css("visibility"," | $("#back").css("visibility","hidden"); | ||
} | } | ||
else | else | ||
{ | { | ||
$("#back").css("visibility"," | $("#back").css("visibility","visible"); | ||
} | } | ||
if (positionArr[nextPosition][1] | if (positionArr[nextPosition][1] == ""){ | ||
$("#next").css("visibility"," | $("#next").css("visibility","hidden"); | ||
} | } | ||
else | else | ||
{ | { | ||
$("#next").css("visibility"," | $("#next").css("visibility","visible"); | ||
} | } | ||
}; | }; |