Reputation: 53
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
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
Reputation: 13134
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