Hi My code in content editor web part is something like below
But I am getting description for all hyperlinks even if i mouse over on first item. Please let me know how to change the code in such a way so that it only displays the discription of the item iam hovering on. Please let me know if i am not clear.
My code from XSL:
Thanks,
Make your markup look like this :
Then, in your javascript :
If I guessed the markup wrong, then you can adjust it using the parent, find, children and siblings functions in jQuery.