Search
 
SCRIPT & CODE EXAMPLE
 

HTML

disable a tag

.disable{
	pointer-events:none;
}

with jquery add this class to you element to disable is and remove class to enable it
Comment

disable an anchor tag

<a href="link.html" class="disabled">Link</a>
Comment

PREVIOUS NEXT
Code Example
Html :: html form button 
Html :: how to center an image in markdown 
Html :: vscode-jest intellisense not working 
Html :: nuxt input image base64 
Html :: export website to html 
Html :: copyright sign in html 
Html :: facebook icon html 
Html :: html page list out content of folder 
Html :: css setting table column width 
Html :: bootstrap colors 
Html :: html h1 not show 
Html :: <meta name="viewport" content="width=device-width, initial-scale=1.0" 
Html :: html radio button checked by default 
Html :: tick html code 
Html :: bootstrap 4 button with icon 
Html :: tailwind css radio 
Html :: meta initial scale 
Html :: jumbotron bootstrap 
Html :: html use js variable as text 
Html :: html redirecting to previous page 
Html :: bootsrp 
Html :: how to define tag icon in html 
Html :: basic html webpage 
Html :: html center tag 
Html :: bootstrap 5 toggle switch 
Html :: html set character encoding 
Html :: html shopping cart icon 
Html :: js html input type image base64 example 
Html :: month and year picker bootstrap 
Html :: html form post 
ADD CONTENT
Topic
Content
Source link
Name
5+9 =