求助!!!在同一个页面里多次调用JS代码,该怎么改?

var$jishigou=jQuery.noConflict();functionjishigou_action(){varstrhtml;strhtml=$jishig... var $jishigou = jQuery.noConflict();
function jishigou_action()
{
var strhtml;
strhtml=$jishigou("#ajaxcontent .indexrow").eq(7).html();
if(strhtml==null)
{
return false;
}

$jishigou("#ajaxcontent .indexrow").eq(0).appendTo("#ajaxcontent");
$jishigou("#Pcontent").prepend("<div class='indexrow' style='display:none;' id='indexrowid'>"+strhtml+"</div>");
$jishigou("#Pcontent .indexrow").eq(13).remove();
$jishigou("#Pcontent .indexrow").eq(0).slideDown(500);
}
$jishigou(document).ready(
function()
{
var Ds1,Ds2,Ds3,Ds4,Ds5,Ds6,Ds7;
Ds1=$jishigou("#ajaxcontent .indexrow").eq(0).html();
Ds2=$jishigou("#ajaxcontent .indexrow").eq(1).html();
Ds3=$jishigou("#ajaxcontent .indexrow").eq(2).html();
Ds4=$jishigou("#ajaxcontent .indexrow").eq(3).html();
Ds5=$jishigou("#ajaxcontent .indexrow").eq(4).html();
Ds6=$jishigou("#ajaxcontent .indexrow").eq(5).html();
Ds7=$jishigou("#ajaxcontent .indexrow").eq(6).html();
$jishigou("#Pcontent").prepend("<div class='indexrow' id='ds1'>"+Ds1+"</div>"+"<div class='indexrow' id='ds2'>"+Ds2+"</div>"+"<div class='indexrow' id='ds3'>"+Ds3+"</div>"+"<div class='indexrow' id='ds4'>"+Ds4+"</div>"+"<div class='indexrow' id='ds5'>"+Ds5+"</div>"+"<div class='indexrow' id='ds6'>"+Ds6+"</div>"+"<div class='indexrow' id='ds7'>"+Ds7+"</div>");
if(Ds1==null)
{
document.getElementById("ds1").innerHTML="";
}
if(Ds2==null)
{
document.getElementById("ds2").innerHTML="";
}
if(Ds3==null)
{
document.getElementById("ds3").innerHTML="";
}
if(Ds4==null)
{
document.getElementById("ds4").innerHTML="";
}
if(Ds5==null)
{
document.getElementById("ds5").innerHTML="";
}
if(Ds6==null)
{
document.getElementById("ds6").innerHTML="";
}
if(Ds7==null)
{
document.getElementById("ds7").innerHTML="";
}
var Interval;
Interval=setInterval("jishigou_action();",2000);
$jishigou("#Pcontent").hover(function(){clearInterval(Interval);},
function(){Interval=setInterval("jishigou_action();",2000);});
}
);

function jishigou_scroll(n){
temp=n;
News.scrollTop=News.scrollTop+temp;
if (temp==0) return;
setTimeout("jishigou_scroll(temp)",20);
}
展开
 我来答
百度网友64b4445
2011-12-06 · TA获得超过292个赞
知道小有建树答主
回答量:238
采纳率:0%
帮助的人:118万
展开全部
哪里调用了把哪里改成iframe,或者改js里的重复id,调用几次就改几次
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式