I have designed a website navigation as follows:
Home | Login | Help
When the user’s mouse hovers on top of the item (i.e. Home or Login or Help), I would like to show a simple tooltip such as (Go to Homepage, or Please Login in, etc.)
How can I do this in jQuery without any plugin?
Thank you
Why would you want to do it without a plugin?
Unless you insist on re-inventing the wheel I’d suggest jQuery Tools Tooltip.
There are also several questions on this topic already.