var arr = new Array();
$("*").each(function(){
arr = $(this).attr("title");
if($(this).attr("title") !== undefined){
var t = $(this).attr("title");
$(this).addClass('ttt').removeAttr("title").attr('data-title',t);
}
});
and tt not show Oo, your css is on the page.
var arr = new Array();
$("*").each(function(){
arr = $(this).attr("title");
if($(this).attr("title") !== undefined){
var t = $(this).attr("title");
$(this).addClass('ttt').removeAttr("title").attr('data-title',t);
}
});
and tt not show Oo, your css is on the page.