JQuery method to get the name of the current object tag

  • 2020-03-30 01:39:01
  • OfStack

Gets the current object label name
 
$(".classname")[0].tagName; 

Related articles: