サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
アメリカ大統領選
lab.abhinayrathore.com
The always up-to-date cheatsheet for jQuery API . I use web-scraping to keep this cheatsheet updated automatically. If you have any suggestions or bugs to report, please drop a word on my blog post .
All variables that are used to store/cache jQuery objects should have a name prefixed with a $. Always cache your jQuery selector returned objects in variables for reuse. var $myDiv = $("#myDiv"); $myDiv.click(function(){...}); Use camel case for naming variables. Use ID selector whenever possible. It is faster because they are handled using document.getElementById(). When using class selectors, d
このページを最初にブックマークしてみませんか?
『lab.abhinayrathore.com』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く