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.
設定画像、画像のみ、ランダムな画像が必要です。ユーザーがこれをクリックすると、4 つの設定を含む簡単なドロップダウン リストが表示されます...
どうやってそれをするのですか?
この種の機能は、jquery を使用して簡単に実現できます。できること 4 つの設定を保持する li 要素を含む div を追加します。この div を非表示に設定する必要があります。次に、画像タグをページに追加し、画像のクリックを処理して非表示の設定 div を表示します。