Is there any plugin or how to display twitter like row hover reply,delete links in jquery.... Any suggestion....
EDIT:
I am iterating my json data via jquery,
$.each(data.Results, function() {
divs += '<div class="resultsdiv">
<a href=Clients/Show/' + this.ClientId + '/>Details</div>';
});
What it does my details link is shown in all rows... I want to show like twitter on row hover i wnat to show details link...