Removing button inside THEAD TH not working in Chrome

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 ?

  1. $(oTbl).find('thead tr th button').each(function (index, item) {
        $(item).remove();
    });