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.
jquery-week-calendarを使用しています。問題なく統合されていますが、私の要件は、次の前のオプションで月と年ではなく「平日」のみを使用することです。
曜日のみ、つまり「月曜、火曜、... 日曜」を上部に、「時間」を左側に表示したいです。
そのため、任意のスロットをクリックして todo を入力すると、時間と日しか表示されません。
これはデモのURLです。
ありがとう。
CSS でそれらを非表示にしても問題ありません。はいの場合、次のコードを使用してこれらのコントロールを非表示にできます。
.wc-nav{ display: none; }