项目中用到的jquery判断对象是否存在,记录一下:

(1).if($('#id').length>0){}else{}
(2).if($('#id')[0]){} else {}
(3).if(document.getElementByIdx_x('id')){} else {}