Okay,我有一页,上面有一页,有多个小块。 我写了一封信,以检验这些零件中是否有任何信息。
if ($( .accred ).length) {
$( #accred ).show();
}
else{
$( #accred ).hide();
}
if ($( .admin-req ).length) {
$( #admis ).show();
}
else{
$( #admis ).hide();
}
if ($( .career-opp ).length) {
$( #career ).show();
}
else{
$( #career ).hide();
}
if ($( .co-op-diploma ).length) {
$( #co_op ).show();
}
else{
$( #co_op ).hide();
}
if ($( .prog-out ).length) {
$( #outcomes ).show();
}
else{
$( #outcomes ).hide();
}
if ($( .prog-struc ).length) {
$( #struc ).show();
}
else{
$( #struc ).hide();
}
if ($( .testimonials ).length) {
$( #testimon ).show();
}
else{
$( #testimon ).hide();
}
if ($( .transfer ).length) {
$( #transfer ).show();
}
else{
$( #transfer ).hide();
}
if ($( .tuition ).length) {
$( #tuition ).show();
}
else{
$( #tuition ).hide();
}
隐瞒或显示联系,使你能够点击并展示更多关于彼此的信息,因为除一外,每一滴都因违约而隐藏:
。
$(function(){
$( #descrip ).click(function(){
$( .prog-descrip ).show();
$( .accred ).hide();
$( .admin-req ).hide();
$( .career-opp ).hide();
$( .co-op-diploma ).hide();
$( .prog-out ).hide();
$( .prog-struc ).hide();
$( .testimonials ).hide();
$( .transfer ).hide();
$( .tuition ).hide();
});
$( #accred ).click(function(){
$( .prog-descrip ).hide();
$( .accred ).show();
$( .admin-req ).hide();
$( .career-opp ).hide();
$( .co-op-diploma ).hide();
$( .prog-out ).hide();
$( .prog-struc ).hide();
$( .testimonials ).hide();
$( .transfer ).hide();
$( .tuition ).hide();
});
$( #admis ).click(function(){
$( .prog-descrip ).hide();
$( .accred ).hide();
$( .admin-req ).show();
$( .career-opp ).hide();
$( .co-op-diploma ).hide();
$( .prog-out ).hide();
$( .prog-struc ).hide();
$( .testimonials ).hide();
$( .transfer ).hide();
$( .tuition ).hide();
});
$( #career ).click(function(){
$( .prog-descrip ).hide();
$( .accred ).hide();
$( .admin-req ).hide();
$( .career-opp ).show();
$( .co-op-diploma ).hide();
$( .prog-out ).hide();
$( .prog-struc ).hide();
$( .testimonials ).hide();
$( .transfer ).hide();
$( .tuition ).hide();
});
$( #co_op ).click(function(){
$( .prog-descrip ).hide();
$( .accred ).hide();
$( .admin-req ).hide();
$( .career-opp ).hide();
$( .co-op-diploma ).show();
$( .prog-out ).hide();
$( .prog-struc ).hide();
$( .testimonials ).hide();
$( .transfer ).hide();
$( .tuition ).hide();
});
$( #outcomes ).click(function(){
$( .prog-descrip ).hide();
$( .accred ).hide();
$( .admin-req ).hide();
$( .career-opp ).hide();
$( .co-op-diploma ).hide();
$( .prog-out ).show();
$( .prog-struc ).hide();
$( .testimonials ).hide();
$( .transfer ).hide();
$( .tuition ).hide();
});
$( #struc ).click(function(){
$( .prog-descrip ).hide();
$( .accred ).hide();
$( .admin-req ).hide();
$( .career-opp ).hide();
$( .co-op-diploma ).hide();
$( .prog-out ).hide();
$( .prog-struc ).show();
$( .testimonials ).hide();
$( .transfer ).hide();
$( .tuition ).hide();
});
$( #testimon ).click(function(){
$( .prog-descrip ).hide();
$( .accred ).hide();
$( .admin-req ).hide();
$( .career-opp ).hide();
$( .co-op-diploma ).hide();
$( .prog-out ).hide();
$( .prog-struc ).hide();
$( .testimonials ).show();
$( .transfer ).hide();
$( .tuition ).hide();
});
$( #transfer ).click(function(){
$( .prog-descrip ).hide();
$( .accred ).hide();
$( .admin-req ).hide();
$( .career-opp ).hide();
$( .co-op-diploma ).hide();
$( .prog-out ).hide();
$( .prog-struc ).hide();
$( .testimonials ).hide();
$( .transfer ).show();
$( .tuition ).hide();
});
$( #tuition ).click(function(){
$( .prog-descrip ).hide();
$( .accred ).hide();
$( .admin-req ).hide();
$( .career-opp ).hide();
$( .co-op-diploma ).hide();
$( .prog-out ).hide();
$( .prog-struc ).hide();
$( .testimonials ).hide();
$( .transfer ).hide();
$( .tuition ).show();
});
});
然而,客户并不喜欢这样做。 他想根据更多的人口来居住。
因此,我的问题是: 我怎样把所有红 the和代码都活起来,以显示/照亮地用j或jquery来点击。 我是NOT的 j或 j笑,因此,如果事实上是天真的话,我就宽大了。 感谢!
http://www.ohchr.org。
请再次回答我的问题。 信息动态。 换言之,客户不想硬编码。