Closed ycxwoo closed 7 years ago
<button class="btn disabled">**The mouse click is still valid**</button>
really. But it is a full ace code. you can try:
<button class="btn disabled" disabled="disabled">Click</button>
Or using js:
$('body').on('click', 'a.disabled', function(event) { event.preventDefault(); });
<button class="btn disabled">**The mouse click is still valid**</button>