DOM class name is not working for buttons
问题 I have created a button and added tick glyphicon . so that when i clicked on the button the tick mark should be visible. I tried to apply to the buttons in my table using DOM element of Class Name using JavaScript. but it is not working if i click button the tick mark is appearing on all buttons but i want it when the specific button is clicked just like radio button can Anyone Help me function show(target) { // document.getElementById(target).style.visibility = 'visible'; var x = document