The button is given to be disabled. but it is still clickable in ie 9.
Working fine in ie 7.
$(document).ready(function() {
$('#deleteclientajaxformlink').attr('disabled', true);
});
What can be the issue??? Any ways to disable from clicking?
struts2:
<sj:a id="deleteclientajaxformlink" formIds="deleteclientform"
targets="deleteclientformResult" button="true"
indicator="deleteclientsubmitindicator">Delete</sj:a>