Problem load() jquery
Fermé
aljegre
Messages postés
11
Date d'inscription
mercredi 26 février 2014
Statut
Membre
Dernière intervention
31 juillet 2014
-
Modifié par aljegre le 2/05/2014 à 18:38
aljegre Messages postés 11 Date d'inscription mercredi 26 février 2014 Statut Membre Dernière intervention 31 juillet 2014 - 2 mai 2014 à 23:57
aljegre Messages postés 11 Date d'inscription mercredi 26 février 2014 Statut Membre Dernière intervention 31 juillet 2014 - 2 mai 2014 à 23:57
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
- Acrobat failed to load its core dll ✓ - Forum Windows
- Couldn't load xpcom thunderbird ✓ - Forum Mozilla Firefox
1 réponse
aljegre
Messages postés
11
Date d'inscription
mercredi 26 février 2014
Statut
Membre
Dernière intervention
31 juillet 2014
2 mai 2014 à 23:57
2 mai 2014 à 23:57
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); }); });