I am implementing a small commenting system that uses Jquery. It took me hours to get it work. I knew the problem was in Jquery vs. Mootols. jQuery.noConflict() did not help. There was fighting image lightbox with commenting system. Finally I tried to remove
JHTML::_("behavior.mootools");
from base file of component at frontend and the problem has gone.
So my question is what is
JHTML::_("behavior.mootools");
for? Just I want to be sure I will not break some functions which I am not aware at the moment.
thanks
Vaclav