|
|
@ -2,8 +2,6 @@
|
|
|
|
$(document).ready(function() {
|
|
|
|
$(document).ready(function() {
|
|
|
|
|
|
|
|
|
|
|
|
var counter = 0;
|
|
|
|
var counter = 0;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$("#forniture1").click(function(){
|
|
|
|
$("#forniture1").click(function(){
|
|
|
|
counter ++;
|
|
|
|
counter ++;
|
|
|
|
$('#result').html(counter);
|
|
|
|
$('#result').html(counter);
|
|
|
@ -66,13 +64,3 @@ $(document).ready(function() {
|
|
|
|
|
|
|
|
|
|
|
|
});;
|
|
|
|
});;
|
|
|
|
|
|
|
|
|
|
|
|
/*(function() {
|
|
|
|
|
|
|
|
if (counter === 6) {
|
|
|
|
|
|
|
|
//$('#winmessage').html("you won!");
|
|
|
|
|
|
|
|
alert ("you won");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} });
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (counter == 1) {
|
|
|
|
|
|
|
|
console.log ("you won");
|
|
|
|
|
|
|
|
}*/
|
|
|
|
|