This commit is contained in:
KANE LAZENI 2026-01-04 08:11:11 +00:00
parent 804487ed9d
commit 871741e8ef
2 changed files with 2 additions and 2 deletions

View File

@ -1630,7 +1630,7 @@ function selectionner_adherent(id,no)
alert('idAdherent_C : ' + $("#idAdherent_C").val() ); alert('idAdherent_C : ' + $("#idAdherent_C").val() );
alert('numeroAdherent_C : ' + $("#numeroAdherent_C").val() ); alert('numeroAdherent_C : ' + $("#numeroAdherent_C").val() );
*/ */
alert($("#idAdherent_C")); alert($("#idAdherent_C").val());
} }
function afficher_adherent() function afficher_adherent()

View File

@ -608,7 +608,7 @@ $activeChildId = $menuData['child'];
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script> <script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
<!-- Application Scripts --> <!-- Application Scripts -->
<script src="/Js/fonctions.js?ver=2026.01.04.08"></script> <script src="/Js/fonctions.js?ver=2026.01.04.09"></script>
<script type="text/javascript"> <script type="text/javascript">
setInterval(function() { setInterval(function() {