I have in my partial view a link. I want the “tooltip” to be shown if user hovers on that link.
So far I’ve tried several tooltip jquery plugins but they almost all use title element. I want a div to be shown when user hovers on the link. Additionally, all those plugins use element classes and not ids. I want to use Id because on the page I will have about 10 partial views with different content. Obviously when user hovers on a specific link generated in a specific partial view, the appropriate div should be shown.
Can someone please help me
I have in my partial view a link. I want the tooltip to be
Share
You can do this with the jQuery qTip2 plugin.