下拉菜单中的选定项目根据页面而变化

时间:2018-08-18 08:35:08

标签: html select drop-down-menu

我正在使用添加功能来处理我的html页面。在我的代码中,我有一个下拉菜单,您可以在其中选择添加顺序。我想根据用户选择的顺序更改下拉菜单中的所选项目(并重定向到同一站点,只有顺序不同)。我怎样才能做到这一点?惠特JS代码?

感谢所有帮助。

1 个答案:

答案 0 :(得分:0)

 /*! Select2 4.0.5 | https://github.com/select2/select2/blob/master/LICENSE.md */
 
 $(function () {
    //Initialize Select2 Elements
    $('.select2').select2()
    
<select class="select2" >
 <option>1</option>
 <option>1</option>
 <option>1</option>
 </select>