vzeazy / hoverzoom

Automatically exported from code.google.com/p/hoverzoom
0 stars 0 forks source link

a link ahref automatically called when hover, not clicked yet. #769

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
so i have a link like this:

<a href='thing.php?modul=CAROUSEL&act=DELETE&id=1'></a>

the link used for delete one row on my data table.

the problem is, whenever i hover the cursor to that link, the delete action 
always called. but i even didnt click that link. 

then i try to disable hoverzoom, then the problem didnt occure anymore.

anyone has the same issue ??? how to solve it yeah??

Original issue reported on code.google.com by muhammad...@gmail.com on 22 Aug 2014 at 7:35