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
var J = jQuery.noConflict();
after that use J variable instead of $ or jQuery for your custom code