I am creating joomla templates and want to add a simple jquery script. The problem is that there are other joomla extensions like GCalendar which load their own jquery.
This means:
- If I add
<script src="http://code.jquery.co....it will conflict with the jquery of other extensions - If I don't add that code, the new script will not work if other jquery loading extensions are not installed.
Any ideas?