Removing button inside THEAD TH not working in Chrome
Hi,
I have this piece of code which works in IE 11 but not in Chrome. Any advise on how to make it cross browser ?
- $(oTbl).find('thead tr th button').each(function (index, item) {
$(item).remove();
});