Hello all,
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