i have many input fields like this
when i click this rad
HTML:
JS:
function enableTxt(elem) { var id = $(elem).attr("id"); alert(id); }