toggle info upload

This commit is contained in:
2023-11-29 14:25:02 +01:00
parent 12f7013c3d
commit f0cdeb16bc
5 changed files with 81 additions and 2 deletions
+12
View File
@@ -81,6 +81,18 @@ jQuery(document).ready(function($){
});
});
$(document).ready(function(){
$("#edit-field-dossier-de-candidature-0--label").click(function(event) {
// Ouvrir .connexion-full
$("#edit-field-dossier-de-candidature-0--description ").slideToggle();
});
});
});