Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はこれまでにこのコードを持っています:
interestedP.animate({'max-height': (interestedP[0].scrollHeight + 60 + 'px')}, "slow");
'px'がなくても機能しますが、+60は機能しません。これはどのように修正できますか?
試す
interestedP.animate({'max-height': (interestedP[0].scrollHeight + 60) + 'px'}, "slow");
デモ:フィドル