Jquery 1.10 toggle() Deprecated 替代方法
if($("#mDiv").is(":hidden")){ $(this).show(); }else{ $(this).hide(); }