Click me
I did
$(\'.my-link\').attr(\'disabled\', true);
The disabled attribute isn't valid on all HTML elements I believe, see the MSDN article. That and the proper value for disabled is simply "disabled". Your best approach is to bind a click function that returns false.
disabled