Button inside the disabled div is working in chrome. In Firefox its not working.
$(".div_class").attr('disabled', 'disabled');
someone will have experience in it. please give your suggestions.
thanks
Hi all, Here the solution for this quetion
$(".div_class).find('input,textarea,select,button').attr('disabled', 'disabled');