js选中select

唐和洽
2023-12-01
function selected(id, val) {
            $('#' + id + ' option[value="' + val + '"]').attr('selected', true);
        }

 

posted on 2017-08-16 15:10 hllive 阅读( ...) 评论( ...) 编辑 收藏

转载于:https://www.cnblogs.com/hllive/p/7373461.html

 类似资料: