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