You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
//<2F><>ʾ<EFBFBD><CABE><EFBFBD>ز<EFBFBD>;
|
|
|
|
|
popWinA(".loginbtn");
|
|
|
|
|
popWinA(".sitenav");
|
|
|
|
|
popWinA(".myutility");
|
|
|
|
|
popWinA(".amycart");
|
|
|
|
|
popWinA(".category");
|
|
|
|
|
|
|
|
|
|
/* <20><>ʼ<EFBFBD><CABC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʾ<EFBFBD>˵<EFBFBD><CBB5><EFBFBD>λ<EFBFBD><CEBB> */
|
|
|
|
|
$(function() {
|
|
|
|
|
var refer = $("#header .searchbar .intxt");
|
|
|
|
|
if (refer.length > 0) {
|
|
|
|
|
var headerCtner = $("#header").children(".wraper:first");
|
|
|
|
|
var crumbCtner = $("#main").children(".top:first");
|
|
|
|
|
var referZ = (crumbCtner.length != 0) ? parseInt(crumbCtner.css("zIndex")) + 1 : parseInt(headerCtner.css("zIndex")) + 1;
|
|
|
|
|
$("body").children(".suggest").css({ left: refer.offset().left - 5, top: refer.offset().top + 27, zIndex: referZ });
|
|
|
|
|
|
|
|
|
|
crumbCtner.hover(function() {
|
|
|
|
|
var suggest = $("body").children(".suggest");
|
|
|
|
|
if (suggest.is(":visible")) { suggest.hide(); }
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
})
|