, .delegate("","load"), delegate load,unload,change,blur,focus, bubble, delegate . < > click, .
load, , setInterval :
var itv = setInterval(function(){
var el = $("#table_id");
if(el.length > 0){
el.find('thead th').each(function(){
$(this).disableTextSelect();
});
clearInterval(itv);
}
},100);
u.:)