hayat
hayat

Reputation: 21

ajax and jquery problem

im using joomla,i have problem... when i click on tab its working properly,im using ajax on first page,but on 2nd page im using jquery for slidingshow but tab not working on 2nd pages... when i remove the following code from the 2nd page...

<script type="text/javascript" src="jquery-1.3.2.min.js"></script>

<script type="text/javascript" src="jquery-ui-1.7.custom.min.js"></script>  

then tab working on 2nd page but then slideshow not working....i dont know ???

Upvotes: 0

Views: 114

Answers (1)

Pramod Kumar Sharma
Pramod Kumar Sharma

Reputation: 8012

You are facing problem because of javascript conflict.please check with js is creating problem and just add noCoflict.js in that.It will solve the problem.

Upvotes: 1

Related Questions