I am having variable .i.e. var gtval
it return a image tag and now i want the fetch the class name of that img tag;
var gtval = aData[4];
alert(gtval);
alert display-
<img id="ctl00_ContentPlaceHolder1_gv_Image1" class="del_10 pointer"
src="images/delete_item.png" style="border-width:0px;">
I want to fetch del_10
value