fancyInput

Makes typing in input fields fun with CSS3 effects

Github星跟蹤圖

Fancy Input

Makes typing & deleting in input/Textarea fields exciting & fun with CSS3 effects.

alt tag

View Demo Page

Basic use example:

<!-- ...previous page content... -->
<div>
	<input type='text' >
</div>
<div>
	<textarea></textarea>
</div>
<!-- ...some more content (hopefully)... -->
<script>
    $('div :input').fancyInput();
</script>

Call the .fancyInput() function on all parents of inputs.
With this example code, make sure every input is wrapped in a div.

This plugin does not have any current plans to support any version of IE.

概覽

名稱與所有者yairEO/fancyInput
主編程語言CSS
編程語言CSS (語言數: 3)
平台
許可證
發布數4
最新版本名稱1.2.0 (發布於 )
第一版名稱1.0.0 (發布於 )
創建於2013-02-19 18:10:33
推送於2018-04-10 19:03:05
最后一次提交2018-04-10 22:03:04
星數1.9k
關注者數79
派生數282
提交數49
已啟用問題?
問題數38
打開的問題數10
拉請求數6
打開的拉請求數0
關閉的拉請求數10
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?
去到頂部