jquery如何根据值设置默认的选中项

内容摘要
复制代码 代码如下: $("#objtype option[value='{$_GET[objtype]}']").attr("selected",true); $("#charttype option[value='{$_GET[charttype]}']").attr("selected",true
文章正文
复制代码 代码如下:

$("#objtype option[value='{$_GET[objtype]}']").attr("selected",true);
$("#charttype option[value='{$_GET[charttype]}']").attr("selected",true);

代码注释

作者:喵哥笔记

IDC笔记

学的不仅是技术,更是梦想!