I use jquery for a module. My joomla template have an integrated jquery menu. So they conflict with each other.
Is there a way to solve this problem. Following the s
try
jQuery.noConflict();
e.g
I have updated your code to use jQuery to check for document loaded. Details for using the noConflict function is here.