| 
		
			Сообщение от sashgera
			
		
	 | 
	| 
		Мой вопрос актуален.
	 | 
	
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>ГГ</title>
</head>
<body>
<input type="radio">
<script>
document.querySelector('input[type="radio"]').onclick = function(){alert('gg');}
</script>
</body>
</html>