0
HTML代碼我不能上課
JS代碼
Template.pI.events({
'click .expandOrCollapse':function(event){
event.preventDefault();
$(event.target).closest().toggleClass("contentMain Big");
}
});
CSS代碼
.contentMain{
position: relative;
overflow: hidden;
height: 60px;
top: -15px;
font-family: Palatino Linotype, Georgia, Verdana, sans-serif;
}
.Big{
position: relative;
height: auto;
top: -15px;
font-family: Palatino Linotype, Georgia, Verdana, sans-serif;
}
我希望類 「contentMain」 切換到「大之間切換「當我點擊」expandOrCollapse「時,當我點擊」expandOrCollapse「時,當前類是」contentMain「,類」Big「切換到」contentMain「目前的課程是「大」。我不認爲我對JS代碼有任何錯誤。 任何幫助和建議將高度讚賞
非常感謝。你的回答解決了我的問題。非常感謝你 –
@SujoyDe,如果回答你的問題,請接受回答 – Sasikanth
我接受 –