canaille-globuzma/canaille/static/js/base.js
2021-12-13 23:43:45 +01:00

5 lines
137 B
JavaScript

$(function(){
$('.ui.dropdown').each(function(){
$(this).dropdown({"placeholder": $(this).attr("placeholder")});
});
});