How to Disable Keyboard on Any Web Page

<script>
document.onkeydown = function (e) {
        return false;
}

</script>
 
FOR SAMLL PART OR DIV
 
<script>
$(selector).keydown(function(event) { 
    return false;
});

</script>

Comments

Popular posts from this blog

How to Create Secondary Menu in Squarespace

How to show Squarespace gallery in Masonry view

Don't Crawl Posts,Categories Using Meta Tags in Wordpress