简体   繁体   中英

How can you make onclick fires only when clicked twice on a div

how can make this happen only if double clicked on the div

  $link='somelink from data base';
    <div onClick="window.location.href='<?php echo $link ;?> ';">xxx</div>
 $link='somelink from data base';
<div ondblclick="window.location.href='<?php echo $link ;?> ';">xxx</div>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM