Hi,
I know that I can use
<script type="text/javascript">
jQuery.noConflict();
</script>
to resolve the conflict between prototype and jquery after including all jquery and prototype libraries in the head section. However, I am including another .js file in the head section which dynamically loads a jquery plugin in window.load function. Now I get the conflict. Can someone tell me how to resolve this. Where do I specify the jquery.noConflict()
thanks.