first commit - report data
This commit is contained in:
No files matched your search
@@ -0,0 +1,9 @@
|
||||
"use strict";
|
||||
|
||||
$("#icons li").each(function() {
|
||||
$(this).append('<div class="icon-name">'+ $(this).attr('class') +'</div>');
|
||||
});
|
||||
$("#icons li").click(function() {
|
||||
$(".icon-name").fadeOut();
|
||||
$(this).find('.icon-name').fadeIn();
|
||||
});
|
||||
Reference in New Issue
Block a user