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

html disable anchor link

a.isDisabled {
  pointer-events: none;
}
Comment

disable an anchor tag

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

PREVIOUS NEXT
Code Example
Html :: move cursor to end of line javascript 
Html :: css image slideshow 
Html :: bootstrap 5 tab 
Html :: Scrollable Text in HTML 
Html :: javascript popup form 
Html :: bootstrap starter code 
Html :: html images 
Html :: html email button 
Html :: react-render-html 
Html :: html button click scroll to div 
Html :: html video fallback 
Html :: bootstrap nav nav tabs float right 
Html :: angular material disable radio button 
Html :: px in server 
Html :: how to customize html audio tag 
Html :: group inputs html 
Html :: html data-target modal 
Html :: how to install font-aweseome usin npm 
Html :: bootstrap tablist 
Html :: html make a cube 
Html :: boilerplate code in html 
Html :: typo3 headerdata 
Html :: html2pdf page break option 
Html :: html <svg path star 
Html :: split screen html 
Html :: password protect html page 
Html :: vue 3 emits 
Html :: how to select only one checkbox in html 
Html :: how to change language to django-html on vscode 
Html :: html <input 
ADD CONTENT
Topic
Content
Source link
Name
1+6 =