PDA

View Full Version : .js help


betts02
04-13-2011, 12:13 PM
OK, I have recently installed a mod from vbulletin.org but its not working

The coder has no idea why as the files on his host work fine

The files are on my host but it does not work, All the files have been uploaded to the correct place

File permissions are correct

Can anyone tell me why this mod will not work ?

The mod uses jquery.js and bar.js
You can see this NOT working on my site under the navbar, The RSS image
This is supposed to be many images that when you hover over them, They become bigger
You can click to view page source to see i have the files there

www.nextgenerationgamers.co.uk

Can ANYONE please tell me why this is not working and what i can do to make it work ?

Alfa1
04-13-2011, 03:50 PM
Using jquery on vbulletin can be problematic, because combining different JavaScript libraries can mean conflicting definitions. Its an issue that I often encounter. If anyone is proficient in resolving this issue, then I would much enjoy an article or instructions on how to avoid such JavaScript conflicts and combining JavaScript libraries.