Semantic is a UI component framework based around useful principles from natural language. Forkable JSFiddle: https://jsfiddle.net/ca0rovs3/
$('select.dropdown')
.dropdown({
values: [
{ name: '请选择', value: '' },
{ name: '高中', value: '1' },
{ name: '大专', value: '2' },
{ name: '本科', value: '3' },
{ name: '硕士研究生', value: '4' },
],
onChange: function(value) {
$('select.dropdown')
.dropdown('set selected', value)
;
}
})
;
<div class="ui attached stackable menu">
<div class="ui container">
<a class="item">
This must be in the left side
</a>
<a class="item">
This must be in the middle
</a>
<a class="item">
This must be in the right side
</a>
</div>
</div>
<SuccessModal mountNode={this} />
<Modal basic size='small' open={this.state.open} mountNode={this.props.mountNode} closeOnDimmerClick={false}>
README.md
. You can send me an email afterwards, I have some saved replies for GitHub that you might find useful. I still have an email from Jack where he explained how he handled things initially, and I can forward it to you as well.