How to use the jQuery.noConflict()

How to use the jQuery.noConflict()


Hi,
 
I've a java script error on a page of my web site : http://www.ec2-ms.fr/fr/presentation/partenairesetclients.html
 
It appears to use the library jquery, that may conflict with mootools, the standard joomla library.
Both use the "$" in the code to access code on the site.
So depending on what library is loaded, and in what order, it may conflict.


That why I wanted to use the jQuery.noConflict(). But I don't know how !
 
What modifications do I have to do ? And where ?
 
Thank you for your help !