2016-05-31 12 views
-5

はすべて標準のブラウザやデバイスとの(javascriptや jQueryを使ってフィールドからHTML5)すべてをサポートするための方法はありjavascriptやjQueryを使ってサポートしていますか?のHTML5フォームの入力タイプは

フィールド例:

<input type="search"> 
<input type="date"> 
<input type="email"> 
<input type="url"> 
<input type="number"> 
<input type="range"> 
<input type="time"> 
<input type="color"> 
<input type="tel"> 
+0

ないためにtime使用Date plugin
、それは上依頼するオフトピックだろうスタックオーバーフロー。 – Ivar

答えて

1

はい、あります。

emailについては

numberteldateについてはurl使用Mask plugin
、外部Javscriptプラグイン/ライブラリなしrange使用Range plugin

+0

ありがとう@Justinas –

関連する問題