10+
安裝啟用
—
尚無評分
4361 天前
最後更新
—
問題解決
WordPress 3.0+ v1.1 上架:2014-03-19
內容簡介
這個外掛將格式正確的 HTML 表單轉換為在欄位中顯示標籤。
此外掛與 http://fuelyourcoding.com/scripts/infield/ 整合。
當輸入欄位被聚焦時,標籤會淡出並進入輸入欄位,然後標籤文字消失。
清除欄位時,標籤文字重新出現。
以下是 HTML 表單格式
<form id="test" method="post" >
<p>
<label for="field_id">標籤文字</label><br />
<input type="text" name="field_id" value="" id="field_id" placeholder="">
</p>
</form>
外掛標籤
開發者團隊
📦 歷史版本下載
原文外掛簡介
This plugin turns properly formatted html forms into in-field labels.
This is integration with the http://fuelyourcoding.com/scripts/infield/
when the input field is focussed then label fade & entry begins in input field then label text disappered.
When clearing the field the label text reappears.
Html form format as below
