parent
3f1e728781
commit
4385f1acbc
425 changed files with 59924 additions and 37200 deletions
15
web/semantic/examples/assets/show-examples.js
Normal file
15
web/semantic/examples/assets/show-examples.js
Normal file
|
@ -0,0 +1,15 @@
|
|||
$(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')
|
||||
})
|
||||
;
|
||||
});
|
||||
})
|
||||
;
|
Reference in a new issue