該場景是,想在表td
中製作input type
框,並且它的右側有一個日曆圖標。輸入類型有placeholder "21-Jun-17"
和on click of input type a calendar should open.
我在尋找calendar api
,它符合我的需要,它應該是跨瀏覽器的?其次,日曆圖標應該位於輸入的右側?日曆中的輸入類型html
注意:上述場景應該適用於每個瀏覽器。
<html>
<body>
<tr>
<td>
<input type="text"> /`*logic to have a calendar icon at right and have a placeholder "21-Jun-17" and onclick open a small calendar where date is seletable*/`
</td>
</tr>
</body>
</html>
歡迎那你有沒有嘗試過的東西這麼遠嗎?如果是,請粘貼你的努力。沒關係,它不起作用,我們將檢查並嘗試爲你糾正它 –
以及我試圖把fontawesome圖標,但它不可見。 –