Skip to content

Not work with js #19

@inverser-pro

Description

@inverser-pro

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions