How-to articles, tricks, and solutions about DISABLE

How to disable input conditionally in Vue.js

In this short Vue.js tutorial, you will read and learn about a very easy and fast method of disabling the HTML input conditionally in Vue.js components.

How to Disable Links on the Current Page with Pure CSS

Learn how to disable links on the current page using pointer-events and user-select properties. Also, find examples!

How to Disable Text Selection Highlighting Using CSS

Stop being copied by others with just simple and quick technique! Read the snippet and know how to prevent copying from your site disabling text selection highlighting.

How to Disable Text Selection, Copy, Cut, Paste and Right-click on a Web Page

Learn the ways of how to disable text selection highlighting, how to disable copy, cut and paste, how to disable right-click. See example with CSS, JavaScript and jQuery.

How to Disable the Browser Autocomplete and Autofill on HTML Form and Input Fields

Learn how to prevent browsers auto filling the input fields of HTML forms. Use autocomplete="off" to specify that autocomplete is disabled. See examples.

How to Disable the Resizing of the <textarea> Element?

Use the CSS3 resize property with its "none" value to disable the resizing function of the textarea element. Learn the ways of only vertically or horizontally resizing, too.

How to Disable Zoom on a Mobile Web Page With HTML and CSS

One of the most common inconveniences both developers and users face is the zoom on mobile web pages. Well, we’re here to help you fix that problem.

How to Display a Message if JavaScript is Turned Off

If you have a content that will not function without JavaScript, you need to display a message with an explanation of the problem. In this snippet, we are going to have a look at 2 simple methods to display the content when JavaScript is turned off.