/
githubmirror
/
Semantic-UI
Обзор
Документация
Войти
/
githubmirror
/
Semantic-UI
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
examples/assets/show-examples.js
15 строк
348 B
jlukic
Add many more examples, load components as iframe
29 май 2015, 23:59
29 май 2015, 23:59
2a98e42
Код
Авторство
О чём код?
$(document) .ready(function() { // add popup to show name $('.ui:not(.container, .grid)').each(function() { $(this) .popup({ on : 'hover', variation : 'small inverted', exclusive : true, content : $(this).attr('class') }) ; }); }) ;