AH

Size: a a a
AH
Gt
AH
if (e.ctrlKey || e.metaKey) {
window.open(url, '_blank');
}
NM
AH
Н
ДК
if (e.ctrlKey || e.metaKey) {
window.open(url, '_blank');
}
AH
AP
AP
AP
A
AH
S
ДК
AP
P
S
$(".class").click(function (e) {
e.preventDefault();
if (e.ctrlKey || e.metaKey) {
window.open(url, '_blank');
}
});
});
ЕК