Read w3c Link and the-a-element
disable is not valid with anchor tags
instead you can do it by event.preventDefault()
$('a').click(function(event){
event.preventDefault();
});
Related Contents:
- How do search engines deal with AngularJS applications?
- AngularJS ngClass conditional
- With ng-bind-html-unsafe removed, how do I inject HTML?
- How do I delete an item or object from an array using ng-click?
- ng-app vs. data-ng-app, what is the difference?
- Compiling dynamic HTML strings from database
- href overrides ng-click in Angular.js
- visibility hidden in AngularJs?
- AngularJS: Insert HTML from a string
- $http doesn’t send cookie in Requests
- How to make index.html not to cache when the site contents are changes in AngularJS website?
- AngularJS tags attributes
- Edit In Place Content Editing
- Is there already a canvas drawing directive for AngularJS out there?
- How to use labels inside loops with AngularJS
- How to prevent scrollbar from repositioning web page?
- Landscape printing from HTML
- Inline elements shifting when made bold on hover
- HTML entity for the middle dot
- What is the HTML tabindex attribute?
- What’s the purpose of the HTML “nonce” attribute for script and style elements?
- Is HTML5 localStorage asynchronous?
- Tooltip on image
- How to resize an image to fit in the browser window?
- Drawing an SVG file on a HTML5 canvas
- Browsers’ default CSS for HTML elements
- How to vertical align an inline-block in a line of text?
- What is the purpose and uniqueness SHTML?
- When creating HTML emails, should we use html, head, body tags?
- Manually Triggering Form Validation using jQuery
- Half circle with CSS (border, outline only)
- Absolute positioning inside absolute position
- Apply style to cells of first row
- How to get folder directory from HTML input type “file” or any other way?
- How to background a div without the padding area
- Correct way to use Modernizr to detect IE?
- CSS position:fixed inside a positioned element
- text-overflow ellipsis on one of two spans inside a wrapper
- How to fold/unfold HTML tags with Vim
- Overflow: hidden with border radius not working on Safari
- Switch or if/elseif/else inside golang HTML templates
- VueJS/browser caching production builds
- Animated GIF in HTML5 canvas
- Force line break () in header () in Markdown
- How to center things – display:block/inline-block
- How to increase font-size in Bootstrap 4?
- How to successfully implement og:image for the LinkedIn
- How to disable a text area or mat-form-field
- How to safely render html in react?
- how to include glyphicons in bootstrap 3 [duplicate]