フォームでdatepickerを邪魔する自動補完を無効化

autocomplete=”off” とする。

<tr>
          <th>配信日</th><td><input type="text" name="login" size="40"  value="" autocomplete="off" id="datepicker"></td>
        </tr>

datepickerと表示が被るのでレイヤーが上の自動補完が邪魔くさいな~と思っていましたが、autocompleteの指定で割と簡単に消せましたね。