There is no disabled attribute for hyperlinks. If you don’t want something to be linked then you’ll need to remove the <a>
tag altogether.
Alternatively you can remove its href
attribute – though this has other UX and Accessibility issues as noted in the comments below so is not recommended.
Related Posts:
- Failed to load resource: the server responded with a status of 404 (Not Found)
- Maximum call stack size exceeded error
- Can I use complex HTML with Twitter Bootstrap’s Tooltip?
- Google Chrome Uncaught (in promise) DOMException while playing AUDIO
- How to make a word underline in Markdown
- ChartJS beginAtZero, min, max doesn’t work
- How do I check whether a checkbox is checked in jQuery?
- how to fix : ” TypeError: Cannot read property ‘addEventListener’ of null”…?//
- (Google Map API) Geocode was not successful for the following reason: REQUEST_DENIED
- jQuery.click() vs onClick
- Check if checkbox is checked with jQuery
- Add swipe left/right to web page, but use default swipe up/down
- How can I get the data-id attribute?
- Check if checkbox is checked with jQuery
- How to resolve the C:\fakepath?
- Angular: mat-form-field must contain a MatFormFieldControl
- Change Background color (css property) using Jquery
- Adding options to select with javascript
- How does the data-toggle attribute work? (What’s its API?)
- JavaScript get element by name
- Use images like checkboxes
- How to read xml file contents in jQuery and display in html elements?
- Completely disable scrolling of webpage
- How do I scroll to an element using JavaScript?
- Programmatically change the src of an img tag
- display variable image using cookies
- Error: Failed to execute ‘appendChild’ on ‘Node’: parameter 1 is not of type ‘Node’
- How to convert selected HTML to Json?
- How to Open New window on every Click
- Cannot read property ‘getContext’ of null, using canvas
- How can I select an element by name with jQuery?
- Full-screen iframe with a height of 100%
- jQuery disable/enable submit button
- Parse an HTML string with JS
- Shortest way to print current year in a website
- DOMException: Failed to load because no supported source was found
- OnChange event handler for radio button (INPUT type=”radio”) doesn’t work as one value
- Partial render in HTML/JavaScript
- Is it possible to append to innerHTML without destroying descendants’ event listeners?
- Why is marquee deprecated and what is the best alternative?
- Refresh/reload the content in Div using jquery/ajax
- Print the contents of a DIV
- Showing an image from an array of images – Javascript
- Embedding instagram webpage inside an iframe
- Set value to currency in
- SyntaxError: JSON.parse: unexpected end of data at line 1 column 1 of the JSON data
- HTML Entity Decode
- why angularjs ng-repeat not working
- Retrieve the position (X,Y) of an HTML element
- How can I copy to clipboard in HTML5 without using flash?
- HTML5 rich-text inside textarea
- HTML onchange (this.value)
- How to scroll an HTML page to a given anchor
- How do I load an HTML page in a div using JavaScript?
- How do I check if a cookie exists?
- Highlight a word with jQuery
- ReactJS – .JS vs .JSX
- how to call a onclick function in tag?
- How do I refresh a DIV content?
- How to implement “select all” check box in HTML?
- JavaScript button onclick not working
- JavaScript button onclick not working
- jQuery sort elements using data id
- HTML make text clickable without making it a hyperlink
- getContext is not a function
- JavaScript code to stop form submission
- Getting HTML form values
- Change an image with onclick()
- Strip HTML from Text JavaScript
- How to run a function when the page is loaded?
- Creating Accordion Table with Bootstrap
- Using “×” word in html changes to ×
- Creating Multiple Modals on a Single Page
- Closing Bootstrap modal onclick
- Fire oninput event with jQuery
- Changing the selected option of an HTML Select element
- window.location() not working, not opening page
- How to clear the canvas for redrawing
- Default text on input
- img onclick call to JavaScript function
- How to scroll to top of page with JavaScript/jQuery?
- Calling a JavaScript function in another js file
- How to embed an autoplaying YouTube video in an iframe?
- JavaScript code not running in HTML5 document
- Cannot read property ‘style’ of undefined — Uncaught Type Error
- Javascript, viewing [object HTMLInputElement]
- Unexpected token < in first line of HTML
- Why onbeforeunload event is not firing
- How to make HTML element resizable using pure Javascript?
- How to set “style=display:none;” using jQuery’s attr method?
- WordPress Bootstrap Handburger Menu Wont Open
- Contact Form 7 – Give each checkbox a class?
- How to display post content in the block editor
- Do I just put the html in a page when enqueueng or do I also have to reference js file from the html page [closed]
- Make a script work within a page
- Putting custom html/js page into Elementor as it’s own block
- Add Paypal button redirect to a specific page after completing
- Can’t Listen to KeyDown in TInyMCE Iframe (jQuery) and Pass it to Parent HTML FORM
- how to do open a link in a open window from menu bar? [closed]
- Making the HTML list to a checkbox tree with the plugin jstree [closed]