var titles=$('notice-tit').getElementsByTagName('li')中的$('notice-tit')是调用函数还是使用jQuery的选择器??
$('notice-tit')是他自己封装的一个方法,不是jquery的。