How to enable html elements
Posted
by Geetha
on Stack Overflow
See other posts from Stack Overflow
or by Geetha
Published on 2010-05-11T07:05:44Z
Indexed on
2010/05/11
7:14 UTC
Read the original article
Hit count: 282
jQuery
Hi All,
I am using the following code to disable the anchor tag.Can anyone tell me how to enable it using jquery.
Code:
$("#rightt").attr("disabled", "disabled");
Geetha
© Stack Overflow or respective owner