i have many input fields like this
when i click this rad
pass this to the function
enableTxt(this) function enableTxt(item) { var id = $(item).attr("id"); alert(id); }