jquery double click




   Jquery double click  Example 






<!DOCTYPE html>
<html>
<head>
<script 

src="https://ajax.googleapis.com/ajax/li

bs/jquery/3.2.1/jquery.min.js"></script

>
<script>
$(document).ready(function(){
    $("p").dblclick(function(){
        $(this).hide();
    });
});
</script>
</head>
<body>

<p>If you double-click on me, I will hide.</p>

</body>
</html>

Post A Comment
  • Blogger Comment using Blogger
  • Facebook Comment using Facebook
  • Disqus Comment using Disqus

No comments :

Thanks For visiting Infotech Solutuion Blog