$(document).ready(function() {
   $('#switcher').click(function(event) {
     if (event.target == this) {
       $('#switcher .button').toggleClass('hidden');
     }
   });
 });上面代码在ie中正常,firefox无效
我在看教程练代码,教程的jq是1.3的!
大家用什么调试工具啊?
有什么好的多内核浏览器介绍吗?