Created
September 6, 2012 11:53
-
-
Save jonatw/3655387 to your computer and use it in GitHub Desktop.
JavaScript Group / 20120906
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
表單驗證好書推薦 | |
http://www.pcstore.com.tw/69book/M07276721.htm | |
form recovery (plugin , 小金人) | |
字數限制應該可以讓使用者輸入超過字數 | |
提示的訊息 提示的全面性 提示的即時性 (最怕內容被拖拉填入) , autucomplete | |
http://registrano.com/events/jstw-20120906 | |
jQuery Validation | |
http://bassistance.de/jquery-plugins/jquery-plugin-validation/ | |
jQuery validation engine 漂亮的錯誤訊息 | |
https://github.com/posabsolute/jQuery-Validation-Engine | |
輸入輔助工具 輔助你打正確的 format (onKeyDown event) | |
https://github.com/RobinHerbots/jquery.inputmask | |
lightbox | |
BlockUI | |
http://www.malsup.com/jquery/block/ | |
* 底層 position:absolute, with z-index(ex: z-index:1000) 控制, opacity:0.7, 螢幕寬高 | |
* 上面的那層一定筆比層z-index多一點(ex: z-index:1001) position fix 右邊可以overflow:auto | |
* flash 在底層跑出來沒有被遮住的話 利用 embed flash參數裡面加入 wmode transparent | |
* windows hight, document hight 的不同 | |
預設CSS position基本為 position:static | |
relative{ | |
裡面用absolute 會對到 relative的left top | |
} | |
jQuery stop queue false | |
http://api.jquery.com/stop/ | |
jQuery data attribute | |
http://api.jquery.com/data/ | |
jQuery alert (confirm is async, so DONOT put the confirm in "if()" to check user where the confirm dialog or not ) | |
http://labs.abeautifulsite.net/archived/jquery-alerts/demo/ | |
Great blog. | |
http://josephj.com/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment