");
$(".overlay").css({
"position": "absolute",
"width": $(document).width(),
"height": $(document).height(),
"z-index": 99999,
"backgroundColor":"#fff"
}).fadeTo(0, 0.8);
window.location.href = '//support.nvidia.eu/hc/it/search?query=' + nvkeyword;
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 = '//support.nvidia.eu/hc/it/search?query=' + nvkeyword;
return false;
}
});
});