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.
1 行に 2 つのドロップダウンがあります。meteor.js で jquery fadeIn() コマンドを使用して、最初のドロップダウンの変更時に表示される 2 つのドロップダウンで構成される 2 行目を表示したいですか?
最初のドロップダウンの onchange で 2 番目のドロップダウンを表示するに は、テンプレート イベント プロパティでそれを行うことができます。イベント プロパティを使用すると、バインドされたイベントが発生したときに実行されるイベント (jquery など) に関数をバインドできます。
http://docs.meteor.com/#templatesをご覧ください。