shanfari
05-14-2010, 10:19 PM
hello,
I do slide show in my website by Jquery code,It's work fine in all the pages of the site just the forum.php ,it's not working I check the source of the page I found coz, there is other Jquery code in this page which is :
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js"></script> <script type="text/javascript"> <!--
$(function()
{
$('.subforumlist').removeClass('commalist');
$('.subforumlist').addClass('column2');
$('.forumdata').addClass('forumdata');
$('.datacontainer').addClass('datacontainer');
I search every where in the template I didn't find this code where I can found it, or how can I add jquery code to my site with out this problem.:confused:
I do slide show in my website by Jquery code,It's work fine in all the pages of the site just the forum.php ,it's not working I check the source of the page I found coz, there is other Jquery code in this page which is :
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js"></script> <script type="text/javascript"> <!--
$(function()
{
$('.subforumlist').removeClass('commalist');
$('.subforumlist').addClass('column2');
$('.forumdata').addClass('forumdata');
$('.datacontainer').addClass('datacontainer');
I search every where in the template I didn't find this code where I can found it, or how can I add jquery code to my site with out this problem.:confused: