Action on ID

This commit is contained in:
Michael RICOIS 2017-01-05 11:09:58 +01:00
parent 5c96452849
commit e5d5446299

View File

@ -19,7 +19,7 @@ $(function(){
}
//GoIdentite
$('a#goidentite').click(function(){ goidentite(); });
$('#goidentite').click(function(){ goidentite(); });
$(document).keydown(function(e) {
if(e.keyCode == 13 && e.ctrlKey) {
goidentite();
@ -27,7 +27,7 @@ $(function(){
}
});
//GoIndiScore
$('a#goindiscore').click(function(){ goindiscore(); });
$('#goindiscore').click(function(){ goindiscore(); });
//Autocomplete sur le champs NAF
$('#naf').autocomplete({