タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

Datepickerに関するKOBA5884のブックマーク (2)

  • Datepicker | jQuery UI

    The datepicker is tied to a standard form input field. Focus on the input (click, or use the tab key) to open an interactive calendar in a small overlay. Choose a date, click elsewhere on the page (blur the input), or hit the Esc key to close. If a date is chosen, feedback is shown as the input's value.

    KOBA5884
    KOBA5884 2012/10/05
    日付入力をカレンダー選択で可能に
  • jQuery UI の Datepicker プラグイン

    jQuery UI の Datepicker プラグインについての記事。Datepicker プラグインは、テキスト入力欄に、カレンダーから、日付を入力できるようにするプラグイン。 実装例(サンプル) 日付: 実装例(サンプル)の動作について 「日付:」の右側の、テキスト入力欄をクリックすると、今月のカレンダーが現れる。 カレンダーの日付をクリックすると、その日付を、テキスト入力欄に入力する。 をクリックすると、次月のカレンダーになる。 をクリックすると、前月のカレンダーになる。 実装例(サンプル)のソースコード 読み込み パスは、それぞれ、アップロードした場所を指定する。 まとめて読み込む場合 <link rel="stylesheet" href="themes/base/jquery.ui.all.css" /> <script type="text/javascript" src=

    KOBA5884
    KOBA5884 2012/10/02
    オプション一覧
  • 1