formSelects隐藏功能键
时间:2019-06-30 15:00:36
收藏:0
阅读:424

隐藏后

方法:
// selectId就是select的id,这是在select渲染完后执行 $("#selectId").parent().find(".xm-select-tips").attr("style", "display: none");
原文:https://www.cnblogs.com/xiaostudy/p/11109490.html
评论(0)