UNPKG

fomantic-ui

Version:

Fomantic empowers designers and developers by creating a shared vocabulary for UI.

16 lines (15 loc) 400 B
$(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'), }) ; }); }) ;