...
|
...
|
@@ -106,6 +106,7 @@ |
|
|
$("input").focus(function(){
|
|
|
|
|
|
flag = true;
|
|
|
alert(flag)
|
|
|
|
|
|
});
|
|
|
|
...
|
...
|
@@ -116,13 +117,13 @@ |
|
|
$(".bottom_icon position_a").css({"position":"initial"});
|
|
|
|
|
|
flag = false;
|
|
|
alert(flag)
|
|
|
|
|
|
}else {
|
|
|
|
|
|
$(".bottom_icon position_a").css({"position":"fixed"});
|
|
|
|
|
|
if(document.activeElement.id == "keyword"){
|
|
|
|
|
|
flag = true;
|
|
|
|
|
|
};
|
...
|
...
|
|