Logesh
Logesh

Reputation: 53

jquery tooltip not getting displayed

I am trying to create a tooltip as mentioned in the tutorial

http://jquerytools.org/demos/tooltip/index.htm

Here is my code snippet http://jsfiddle.net/wlogeshwaran/9XX3B/ It is not working . Please tell me where I am making the mistake .

Thanks in advance.

Upvotes: 1

Views: 119

Answers (2)

Code Maverick
Code Maverick

Reputation: 20415

You have to actually download and/or link to the jQueryTOOLS.

I've updated your jsFiddle to show you a working example.

EDIT: I also had to link to their stylesheet for their nice looking tips

Upvotes: 2

Marco Johannesen
Marco Johannesen

Reputation: 13134

http://jsfiddle.net/9XX3B/4/

You have to include the library (http://cdn.jquerytools.org/1.2.6/full/jquery.tools.min.js) and the function is tooltip not toolTip :)

Upvotes: 0

Related Questions