Bonjour
J'ai une requéte ajax en prototype je voudrais exécuter une fonction jQuery au succès.
"Ça marche pas" ...
Rien vu sur le net.Code:
1
2
3
4
5
6
7 new Ajax.Updater(destElement, imgUrl, { method: 'get', evalScripts: true, onSucess:function() { jQuery('#moko').garibaldi(); } });
Merci