Can anyone suggest good jquery tooltip to show brief details for small part. i want to show 3-4 lines of details in tool tip.
The HTML: <a href="javascript:void(0)" id="m1">Get Selected id s</a> The Function: jQuery("#m1").click( function() { var s; s = jQuery("#list4").getGridParam( selarrrow )...