I have div with Textbox, label and hyperlink it it. I want to disable /enable the elements in it. I am using this code.
$(‘#Content_2 :input’).attr(‘disabled’, true);
Content_2 – is a div
But this leaves the hyerperlink and label enabled. How can modify this ?
try
to enable them use: