When I bring back a list of results from my database, they are displayed like so:
Result 1
Result 2
Result 3
And so on... Now I've got the jQuery Tipsy plugin working so when you hover over the top of Result 1 it shows that persons users name. The thing is, if I hover over Result 2, that too should have the Tipsy tooltip appear, but it is just displaying the normal browsers tooltip.
I'm assuming it's because all the id's on the results a tag's are name the same: 'east'. I guess I need to make some sort of for each check in the jQuery yet I wouldn't have the foggiest on where to add this in the jQuery.
Has anyone got a solution to this?