Answers for "using this to get name of the clicked element"

1

using this to get name of the clicked element

var clickedBtnID = $(this).attr('id');
Posted by: Guest on May-04-2020

Code answers related to "using this to get name of the clicked element"

Code answers related to "Javascript"

Browse Popular Code Answers by Language