MyBB Community Forums
[jQuery] ToolTip MyBB - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Resources (https://community.mybb.com/forum-8.html)
+--- Forum: Tutorials (https://community.mybb.com/forum-38.html)
+--- Thread: [jQuery] ToolTip MyBB (/thread-139745.html)



[jQuery] ToolTip MyBB - metonator - 2013-05-22

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


RE: [jQuery] ToolTip MyBB - RedJ - 2013-05-23

Didn't work..?


RE: [jQuery] ToolTip MyBB - GiboneKPL - 2013-05-23

Show you headerinclude.


RE: [jQuery] ToolTip MyBB - ElectricShock - 2013-05-23

Use a newer version of jQuery. 1.4.2 is way too old. Recommend jQuery 1.7.2 or higher.


RE: [jQuery] ToolTip MyBB - GiboneKPL - 2013-05-23

The latest version of this 1.9.2


RE: [jQuery] ToolTip MyBB - kote2012 - 2013-05-26

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 -_-


RE: [jQuery] ToolTip MyBB - Joshee - 2013-05-26

http://code.jquery.com/jquery-latest.min.js


RE: [jQuery] ToolTip MyBB - metonator - 2013-05-27

will see if work. If yes, i put 1.9