首页 相关文章 ajax实现标签导航

ajax实现标签导航

主要函数:
代码如下:

!--
function getObject(objectId) {
if(document.getElementById && document.getElementById(objectId)) {
// W3C DOM
return document.getElementById(objectId);
}
else if (document.all && document.all(objectId)) {
// MSIE 4 DOM
return document.all(objectId);
}
else if (document.layers && document.layers[objectId]) {
// NN 4 DOM.. note: this won't find nested layers
return docu...[ 查看全文 ]

2016-02-19 标签:

ajax实现标签导航的相关文章

手机页面
收藏网站 回到头部