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>
Labels
jquery double click
Post A Comment
No comments :
Thanks For visiting Infotech Solutuion Blog