最新回答 / 木白121
function $(id) { // body... return typeof id==='string'?document.getElementById(id):id;}window.onload =function(){ var titles=$('ontice-tit').getElementsByTagName('li'); var divs=$('ontice-con').getElementsByTagName('div'); ...
2015-02-13
$("XXX")这是jQuery的写法吧,js还是应该要用DOM操作吧。不然,索引根本加不上啊。甚至alert都没效果。
2015-02-11
最赞回答 / 黑白矛盾2013
经过测试IE5、7、8正常IE10、11不能正常显示<...图片...><...图片...><...图片...><...图片...><...图片...>
2015-01-27