- Posts: 1
- Thank you received: 0
Jquery...
-
jelgezabal
Inactive member - Topic Author
- New Member
Less
More
12 years 9 months ago #16355
by jelgezabal
Jquery... was created by jelgezabal
Hello, I know that you talk before about this topic, but I don´t understand what you mean with:
Was able to fix the issue by placing the script call right after the head tag of the index.php feel free to delete post if necessary
I just know that I instaled a good working with another templates component EXP autos pro and there are problems... I had to install joomla extension: System - jQuery++ Integrator by tushev.org to could work, but I think this no the best solution. Component developer say to me:
I recommend include my jQuery library code in template and delete link from component and your others component , module ... when include jQuery library
How could I repair it without jquery solutions 3rd part? thank you.
Was able to fix the issue by placing the script call right after the head tag of the index.php feel free to delete post if necessary
I just know that I instaled a good working with another templates component EXP autos pro and there are problems... I had to install joomla extension: System - jQuery++ Integrator by tushev.org to could work, but I think this no the best solution. Component developer say to me:
I recommend include my jQuery library code in template and delete link from component and your others component , module ... when include jQuery library
How could I repair it without jquery solutions 3rd part? thank you.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 9 months ago #16360
by ivan.milic
Replied by ivan.milic on topic Re: Jquery...
That means that you should open main template page (index.php) and edit it.That page has
<head>...</head> section as any other page.
Point is to have only and just one and no more reference to jQuery.
<script type="text/javascript" src="..../jquery.min.js" ></script>
We put reference in our templates, but also modules and plugins ca add it , so you optimize all of them to have only one reference.
<head>...</head> section as any other page.
Point is to have only and just one and no more reference to jQuery.
<script type="text/javascript" src="..../jquery.min.js" ></script>
We put reference in our templates, but also modules and plugins ca add it , so you optimize all of them to have only one reference.
Please Log in to join the conversation.
Time to create page: 0.154 seconds