How can we enable or disable a HTML link using JQuery?
Check Event Object in JQuery.
$( "#x" ).prop( "disabled", true );
Source
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Check Event Object in JQuery.
$( "#x" ).prop( "disabled", true );
Source