JQuery – How To Get The Tag Name
//1. .get(0).tagName $('.classTag1').get(0).tagName; //2. .[0].tagName $('.classTag1')[0].tagName;