Différents control

This commit is contained in:
Michael RICOIS 2011-12-14 15:59:30 +00:00
parent 2790771a97
commit cb08c519e1

View File

@ -40,8 +40,9 @@ function set(key, value)
$.post('/comptage', { cle:key, valeur:value}, function(data, status) {
$('#count').html(data.count);
$('#insee').html(data.insee);
}, 'json');
$('#attente').css('display', 'none');
$('#comptage').css('display', 'block');
}, 'json')
.error(function(){ alert('error'); });
}