2020-08-17 09:53:30 +00:00
|
|
|
$(function(){
|
2021-12-13 22:43:45 +00:00
|
|
|
$('.ui.dropdown').each(function(){
|
|
|
|
$(this).dropdown({"placeholder": $(this).attr("placeholder")});
|
|
|
|
});
|
2022-12-27 23:51:23 +00:00
|
|
|
$('.autofocus').focus();
|
2020-08-17 09:53:30 +00:00
|
|
|
});
|