Différents control
This commit is contained in:
parent
2790771a97
commit
cb08c519e1
@ -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');
|
||||
$('#attente').css('display', 'none');
|
||||
$('#comptage').css('display', 'block');
|
||||
}, 'json')
|
||||
.error(function(){ alert('error'); });
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user