I am including prototype.js in my tpl file and it is causing error as follows
TypeError: $("#dcmenu") is null
When I comment out the prototype.js file the menu is working well. Since i need this file to declare some classes and sugarCRM includes some javascript libraries and Jquery by default how can these two work parallel without conflicting. Jquery's noConflict()
will not be useful since other pages does not include the prototype file.