タグ

cheatsheetとjQueryに関するken-tonのブックマーク (2)

  • リリースされたばかりのjQuery 1.7.1に対応したチートシート

    先月、リリースされたばかりのjQuery 1.7.1に対応したチートシートを紹介します。 即ダウンロード、即保存ものですね。 jQuery 1.7 Visual Cheat Sheet [ad#ad-2] jQuery 1.7.1は1.7のバグフィックス版で、リリース情報は下記をご覧ください。 jQuery 1.7.1 Released jQuery 1.7 Released jQuery 1.7のAPIで大きく変わったのは、.on(), .off()が追加されたことです。これは既存の.bind(), .unbind()に代わるもので、他にも.on()は.delegate(), .live()、.off()は.undelegate(), .die()に代わります。 これらは1.7.1でも利用できますが、これからは.on(), .off()を使用することが推奨されています。 チートシートでは

  • jQuery Cheat Sheet

    Despite there being several other decent jQuery Cheat Sheets out there, none were what I was looking for. I wanted: More than just a dump of method names Where callbacks receive arguments, make it clear what those are Where method functionality may be confusing, clarify it Explain confusing selector syntax Give simple examples on methods that are used often but the syntax may be easily forgotten S

  • 1