摘要:
//筛选 var typeid = ""; var bigclassid = ""; var smallclassid = ""; $("#typeid option[value="+typeid+"]").attr("selected",true); $("#typeid").change(); $("#bigclassid option[value="+bigclassid+"]").attr("sel 阅读全文
摘要:
在chrome下的调试案例1.console.log()$("#typeid").change(function(){ var id = $(this).val(); console.log(id); setbigclass(id); });2.断点设置3.单步4.加入watch双击后右击,加入watch,就可以看了 阅读全文