Welcome to GeekShield!
We see that you not logged in or registerd. Please click one of the buttons below!


You are not connected. Please login or register

[Forumotion] jQuery Tipsy

3 posters

Go down  Message [Page 1 of 1]

1[Forumotion] jQuery Tipsy Empty [Forumotion] jQuery Tipsy Sat Apr 28, 2012 3:54 am

RockerMan

RockerMan
Administrator
Administrator

Hello,

Today we are going to learn how to use jQuery's tipsy on your forumotion forum. First, we going to cover the easiest way (This only with with templates)

1) Goto: ACP [Forumotion] jQuery Tipsy 2762583153 Display [Forumotion] jQuery Tipsy 2762583153 Templates [Forumotion] jQuery Tipsy 2762583153 General [Forumotion] jQuery Tipsy 2762583153 overall_header [Forumotion] jQuery Tipsy 2762583153 Find </head> [Forumotion] jQuery Tipsy 2762583153 Place the following lines BEFORE that tag:
Code:
<link rel="stylesheet" href="http://www.lovingminecraft.com/fmcss/tipsy.css" type="text/css" />
<script type="text/javascript" src="http://www.lovingminecraft.com/fmcss/jquery.tipsy.js"></script>

2) Now we just need to call it you can do this by going to: ACP [Forumotion] jQuery Tipsy 2762583153 Modules [Forumotion] jQuery Tipsy 2762583153 HTML & Javascript [Forumotion] jQuery Tipsy 2762583153 Javascript Codes Management [Forumotion] jQuery Tipsy 2762583153 Create a new Javascript and call it whatever you want, function is a good idea.

3) Now just enter this code into the textfield:
Code:
$(document).ready(function() {
  $('#example-1').tipsy();
});

All you have to do is alter the '#example-1' to where you would like the tooltips to be displayed.

http://www.geek-shield.com

2[Forumotion] jQuery Tipsy Empty Re: [Forumotion] jQuery Tipsy Sat Apr 28, 2012 5:18 am

Coddy

Coddy

Nice tutorial. About this jQuery efect a lot of people are asking. smile

3[Forumotion] jQuery Tipsy Empty Re: [Forumotion] jQuery Tipsy Sun Apr 29, 2012 5:22 am

RockerMan

RockerMan
Administrator
Administrator

Yep, that's why I made it smile

http://www.geek-shield.com

4[Forumotion] jQuery Tipsy Empty Re: [Forumotion] jQuery Tipsy Mon Apr 30, 2012 9:26 am

Dex♥

Dex♥
Designer
Designer

Sorry... but what does Tipsy do?

5[Forumotion] jQuery Tipsy Empty Re: [Forumotion] jQuery Tipsy Mon Apr 30, 2012 9:29 am

RockerMan

RockerMan
Administrator
Administrator

Tooltips

http://www.geek-shield.com

Sponsored content



Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum