Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not work with js #19

Open
inverser-pro opened this issue Jan 21, 2016 · 0 comments
Open

Not work with js #19

inverser-pro opened this issue Jan 21, 2016 · 0 comments

Comments

@inverser-pro
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant