SyntaxFix
Write A Post
Hire A Developer
Questions
The way I do it is Cancel: function(e) { $(e.target).attr( "disabled","disabled" ); }
Cancel: function(e) { $(e.target).attr( "disabled","disabled" ); }
This is the shortest and easiest way I found.