$('selector_for_links_to_disable').bind('click', function(e){
e.preventDefault();
})
and for enabling:
$('selector_for_links_to_enable').unbind('click')
Related Contents:
- jQuery disable a link
- How to trigger click event on href element
- Linking from a column value in jqGrid to a new page using GET
- Using jQuery to programmatically click an link
- Use jQuery to hide a DIV when the user clicks outside of it
- What are the differences between normal and slim package of jquery?
- CORS issue – No ‘Access-Control-Allow-Origin’ header is present on the requested resource
- Select element by exact match of its content
- jQuery doesn’t work after content is loaded via AJAX
- How to send a PUT/DELETE request in jQuery?
- jQuery event for images loaded
- Full path from file input using jQuery
- How to force a html5 form validation without submitting it via jQuery
- How to use jQuery Plugin with Angular 4?
- jQuery: Difference between position() and offset()
- XMLHttpRequest cannot load an URL with jQuery
- How do I get background image size in jQuery?
- jqgrid reloadGrid with loadonce set to true
- load json into variable
- jQuery ajax success anonymous function scope
- Fade in each element – one after another
- jqGrid data stored in browser cache?
- How to check what version of jQuery is loaded?
- WebKit issues with event.layerX and event.layerY
- JQuery to check for duplicate ids in a DOM
- Detect image load
- how to replicate pinterest.com’s absolute div stacking layout [closed]
- Display XML content in HTML page
- jquery 3.0 url.indexOf error
- jQuery AJAX calls in for loop [duplicate]
- Remember which tab was active after refresh
- Is there a jquery event that fires when a new node is inserted into the dom?
- Twitter Bootstrap add active class to li
- How do I get the entire page’s HTML with jQuery?
- Iterate through options
- angular.element vs document.getElementById or jQuery selector with spin (busy) control
- How to call .ajaxStart() on specific ajax calls
- How to fix a header on scroll
- jQuery change input text value
- Bootstrap throws Uncaught Error: Bootstrap’s JavaScript requires jQuery [closed]
- jQuery 1.8 find event handlers
- Validate Format of an Email Address using Jquery.validate.js [closed]
- jQuery override default validation error message display (Css) Popup/Tooltip like
- How to make Chrome remember password for an AJAX form?
- Typeahead problems with Bootstrap 3.0 RC1
- JQuery Animate Background Image on Y-axis
- disable textbox using jquery?
- CSS issue on Twitter Typeahead with Bootstrap 3
- How to enable jQuery support in Aptana Studio 3
- Click the poster image the HTML5 video plays?