Skip to content

Instantly share code, notes, and snippets.

<html>
<head>
<title>Формачке</title>
<script type="text/javascript" src="jquery.min.js"></script>
<script>
function calc(){
if ($('frm input[q1]').is(':checked')) {
$("#qa_1").append("Правильно!");
}
}