Quantcast
Channel: MyBB Community Forums - Tutorials
Viewing all articles
Browse latest Browse all 690

[jQuery] ToolTip MyBB

$
0
0
FIRST RESULT:
[Image: 2YI0w.png]

NOW INSTALATION:

Go to headerinclude and put inside it:
Code:
<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>

And now go to FTP and upload folder

\/


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

Any problems? write in comment Wink

Viewing all articles
Browse latest Browse all 690

Trending Articles