A voir également:
- Problem load() jquery
- Load optimized defaults - Forum Windows
- Bios asus/exit/load optimized defaults - Forum BIOS
- Pc ne demarre plus après avoir rétablit paramètres par défaut ✓ - Forum Windows 7
- Load optimized defaults traduction - Forum Matériel & Système
- Acrobat failed to load its core dll ✓ - Forum Windows
1 réponse
ca marche maintenant avec clear intervale
$(function er() { $('.form_tout_forum').click(function() { var $form = $(this).closest('form'); var idval = $form.find('input[name="idval"]').val(); var xc = affiche() xc.clearInterval(); function affiche() { $('#affiche_chois_message_de_tout_les_forum').load('portion/forum/script_affiche_tout_les_forum.php',{idval : idval}); } setInterval(affiche,1000); }); });