Hi,
first, thank you very much for your effort for this nice and useful plugin. I have however a question. In the documentation it is stated that jQuery Easy loads Mootools after jquery to prevent conflicts. But when I look at the source code of my Joomla site, this is what I see:
<link href="/joomlaville/templates/bolito-fjt/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon" />
<link href="http://localhost:8888/joomlaville/index.php/component/search/?Itemid=106&format=opensearch" rel="search" title="Search joomlaville" type="application/opensearchdescription+xml" />
<link rel="stylesheet" href="
ajax.googleapis.com/ajax/libs/jqueryui/1...s/base/jquery-ui.css" type="text/css" />
<script src="
ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js" type="text/javascript">
<script src="/joomlaville/plugins/system/jqueryeasy/jquerynoconflict.js" type="text/javascript"></script>
<script src="
ajax.googleapis.com/ajax/libs/jqueryui/1.8.19/jquery-ui.min.js" type="text/javascript">
<script src="/joomlaville/media/system/js/mootools-core.js" type="text/javascript"></script>
<script src="/joomlaville/media/system/js/core.js" type="text/javascript"></script>
<script src="/joomlaville/media/system/js/caption.js" type="text/javascript"></script>
<script src="//connect.facebook.net/en_US/all.js#xfbml=1" type="text/javascript"></script>
<script src="//platform.twitter.com/widgets.js" type="text/javascript"></script>
<script src="/joomlaville/media/system/js/mootools-more.js" type="text/javascript"></scri
Here it seems that jQuery is being loaded before Mootools. Or am I getting something wrong?
My other question is that is it possible to configure Easy Jquery so that it loads other jQuery plugings (aside from JQueryUI) that I might use in my scripts?
thank you so much!