[jQuery] ToolTip MyBB
#1
FIRST RESULT:
[Image: 2YI0w.png]

NOW INSTALATION:

Go to headerinclude and put inside it:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="jscripts/jquery/jquery.tipTip.js"></script>
<script type="text/javascript" src="jscripts/jquery/jquery.tipTip.minified.js"></script>
<link rel="stylesheet" href="jscripts/jquery/tipTip.css" type="text/css">
<script type='text/javascript'> 
jQuery.noConflict();
jQuery(function() {
jQuery("a").tipTip({maxWidth: "auto", edgeOffset: 10,gravity: 'n'});
jQuery("img").tipTip({maxWidth: "auto", edgeOffset: 10,gravity: 'n'});
  });
</script>

OR WITH CLASS:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="jscripts/jquery/jquery.tipTip.js"></script>
<script type="text/javascript" src="jscripts/jquery/jquery.tipTip.minified.js"></script>
<link rel="stylesheet" href="jscripts/jquery/tipTip.css" type="text/css">
<script type='text/javascript'> 
jQuery.noConflict();
jQuery(function() {
jQuery("a .tooltip").tipTip({maxWidth: "auto", edgeOffset: 10,gravity: 'n'});
jQuery("img .tooltip").tipTip({maxWidth: "auto", edgeOffset: 10,gravity: 'n'});
  });
</script>

And now go to FTP and upload folder

\/


.zip   jscripts.zip (Size: 4.99 KB / Downloads: 392)

Any problems? write in comment Wink
[Image: sig.png]
Reply
#2
This user has been denied support. This user has been denied support.
Didn't work..?
Reply
#3
Show you headerinclude.
Reply
#4
Use a newer version of jQuery. 1.4.2 is way too old. Recommend jQuery 1.7.2 or higher.
[Image: MaDuhur.png]
by Dukhor, IcyBoards Community Forums
Reply
#5
The latest version of this 1.9.2
Reply
#6
the latest is 2.0.0
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>

1.9.2 doesnt exist -_-
Reply
#7
http://code.jquery.com/jquery-latest.min.js
Reply
#8
will see if work. If yes, i put 1.9
[Image: sig.png]
Reply


Forum Jump:


Users browsing this thread: 4 Guest(s)