can someone tell me how to create a nice small tooltip like ajax pop-up ? the situation is like this, I am pulling the $row->title from the db, and then I presented it as a link like this
<?php foreach($task->result() as $row): ?>
<tr>
<td><a href=#><?php echo $row->title; ?></a></td>
</tr>
<?php endforeach; ?>
rastgele bir kullanıcı bu linki tıkladığında, ben bu başlığın açıklaması $ row-> açıklamasını içeren şeyler gibi küçük bir pop-up ya da araç ipucunu üretmek isteyen, ve kullanıcı ondan fare hareket ettiğinde, o kapanır. i mümkün biliyorum, ama ben sadece bunu yapmak için nasıl bilmiyorum.