jquery下面的这段代码怎么简化,请教给为高手!!!!!!
varoldSelect;//记录当前选中的tab$(document).ready(function(){if(login.type()==login.def._PER...
var oldSelect; //记录当前选中的tab
$(document).ready(function(){
if(login.type() == login.def._PERSON){
display("person");
}else if(login.type() == login.def._ORG){
display("org");
}else{
display();
}
oldSelect = $("#pTab span.pcurrent");
$("#MdiscountPro").show();
})
function mshowContent(data,obj){
if(data == 1){
$("#pTab span.pcurrent").removeClass("pcurrent");
$(obj).addClass("pcurrent");
$("#MdiscountPro").show();
$("#MnewsPro").hide();
$("#MhotPro").hide();
oldSelect = $("#pTab span.pcurrent");}
if(data == 2){
$("#pTab span.pcurrent").removeClass("pcurrent");
$(obj).addClass("pcurrent");
$("#MdiscountPro").hide()
$("#MnewsPro").hide();
$("#MhotPro").show();
oldSelect = $("#pTab span.pcurrent");
}
else if(data == 3){
$("#pTab span.pcurrent").removeClass("pcurrent");
$(obj).addClass("pcurrent");
$("#MdiscountPro").hide()
$("#MnewsPro").show();
$("#MhotPro").hide();
oldSelect = $("#pTab span.pcurrent");
}
}
var old;
$(document).ready(function(){
if(login.type() == login.def._PERSON){
display("person");
}else if(login.type() == login.def._ORG){
display("org");
}else{
display();
}
old = $("#pTable span.pcurrent");
$("#Mdiscount").show();
})
function showContent(data,obj){
if(data == 1){
$("#pTable span.pcurrent").removeClass("pcurrent");
$(obj).addClass("pcurrent");
$("#Mdiscount").show();
$("#Mnews").hide();
$("#Mhot").hide();
old = $("#pTable span.pcurrent");}
if(data == 2){
$("#pTable span.pcurrent").removeClass("pcurrent");
$(obj).addClass("pcurrent");
$("#Mdiscount").hide()
$("#Mnews").hide();
$("#Mhot").show();
old = $("#pTable span.pcurrent");
}
else if(data == 3){
$("#pTable span.pcurrent").removeClass("pcurrent");
$(obj).addClass("pcurrent");
$("#Mdiscount").hide()
$("#Mnews").show();
$("#Mhot").hide();
old = $("#pTable span.pcurrent");
}
} 展开
$(document).ready(function(){
if(login.type() == login.def._PERSON){
display("person");
}else if(login.type() == login.def._ORG){
display("org");
}else{
display();
}
oldSelect = $("#pTab span.pcurrent");
$("#MdiscountPro").show();
})
function mshowContent(data,obj){
if(data == 1){
$("#pTab span.pcurrent").removeClass("pcurrent");
$(obj).addClass("pcurrent");
$("#MdiscountPro").show();
$("#MnewsPro").hide();
$("#MhotPro").hide();
oldSelect = $("#pTab span.pcurrent");}
if(data == 2){
$("#pTab span.pcurrent").removeClass("pcurrent");
$(obj).addClass("pcurrent");
$("#MdiscountPro").hide()
$("#MnewsPro").hide();
$("#MhotPro").show();
oldSelect = $("#pTab span.pcurrent");
}
else if(data == 3){
$("#pTab span.pcurrent").removeClass("pcurrent");
$(obj).addClass("pcurrent");
$("#MdiscountPro").hide()
$("#MnewsPro").show();
$("#MhotPro").hide();
oldSelect = $("#pTab span.pcurrent");
}
}
var old;
$(document).ready(function(){
if(login.type() == login.def._PERSON){
display("person");
}else if(login.type() == login.def._ORG){
display("org");
}else{
display();
}
old = $("#pTable span.pcurrent");
$("#Mdiscount").show();
})
function showContent(data,obj){
if(data == 1){
$("#pTable span.pcurrent").removeClass("pcurrent");
$(obj).addClass("pcurrent");
$("#Mdiscount").show();
$("#Mnews").hide();
$("#Mhot").hide();
old = $("#pTable span.pcurrent");}
if(data == 2){
$("#pTable span.pcurrent").removeClass("pcurrent");
$(obj).addClass("pcurrent");
$("#Mdiscount").hide()
$("#Mnews").hide();
$("#Mhot").show();
old = $("#pTable span.pcurrent");
}
else if(data == 3){
$("#pTable span.pcurrent").removeClass("pcurrent");
$(obj).addClass("pcurrent");
$("#Mdiscount").hide()
$("#Mnews").show();
$("#Mhot").hide();
old = $("#pTable span.pcurrent");
}
} 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询