simple jquery script working alone but not working in my vbulletin page

exceneWreva

New Member
Thank you in advance if you are being able to help me as I really can't find out what's wrong.I'm trying to display an image when mouse hovering a link. Done a lot of research and find a very simple jquery script to do so. I implemented it on my test page and it works perfectly:http://hearthstonehelp.com/test.html (please note I use direct link in the example below to simplify the test)\[code\]<html><head> <script type="text/javascript" src="http://www.hearthstone.com/images/styles/gamingo/js/jquery.min.js"></script> <script type="text/javascript" src="http://www.hearthstone.com/images/styles/gamingo/js/tooltip_card.js"></script></head><body> <a href="http://eu.battle.net/hearthstone/static/images/cards/03.png" class="hearthstonecardimage" rel="http://eu.battle.net/hearthstone/static/images/cards/03.png">Fireball</a></body></html>\[/code\]Now when implementing the exact same thing in my vbulletin instance here: http://hearthstonehelp.com (despite having the exact same code it doesn't display the image).My question: what could it be? What kind of test can I do to find the problem? I assume it is a conflict maybe with something else using a similar script and over writting the one I'm trying to implement?Any thought would really be appreciated.
 
Back
Top