parent
7719e760ec
commit
90b6f52446
7 changed files with 572 additions and 0 deletions
|
@ -0,0 +1,6 @@
|
|||
$(document).ready(function(){
|
||||
$('.ui.dropdown.selection')
|
||||
.dropdown()
|
||||
.dropdown('set value',$('.ui.dropdown.selection input[type=hidden]').val())
|
||||
;
|
||||
});
|
Reference in a new issue