Hi, i am new french member. So i hope you could understand my
question.

I use several .js library for a site's development and i have a
conflict between prototype and mootools.

I resolve the problem with Jquery and proto like that:

//------pour jQuery
jQuery(function($) {
//functionDoSomething
});

jQuery.noConflict()
jQuery(document).ready(function ($) {
 $('.functionDoSomething').functionDoSomething();
});

//

I would like only use sound.js of prototype. [ Not another library
propose this fonctionality(?)]

How can i do to resolve the $ conflict ?

thanks a lot for the answer

Merci d'avance pour une réponse

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to