");
$(".overlay").css({
"position": "absolute",
"width": $(document).width(),
"height": $(document).height(),
"z-index": 99999,
"backgroundColor":"#fff"
}).fadeTo(0, 0.8);
window.location.href = '//nvidia.custhelp.com/app/answers/list/st/5/kw/'+nvkeyword+'/page/1';
return false;
}
});
$('input#gpusearchbox').bind('keypress', function(e) {
if(e.keyCode==13 && $(this).val() != ''){
var nvkeyword = $(this).val().replace(//g, ">");
$("body").append("
");
$(".overlay").css({
"position": "absolute",
"width": $(document).width(),
"height": $(document).height(),
"z-index": 99999,
"backgroundColor":"#fff"
}).fadeTo(0, 0.8);
window.location.href = '//nvidia.custhelp.com/app/answers/list/st/5/kw/'+nvkeyword+'/page/1';
return false;
}
});
});