Differences Between jQuery .bind() vs .live() vs .delegate() vs .on()

Introduction

Read More »

How to Access jQuery's Internal Data

As you may or may not be aware as of jQuery 1.7 the whole event system was rewritten from the ground up. The codebase is much faster and with the new .on() method there is a lot of uniformity to wiring up event handlers.

Read More »

Find the jQuery Bug #3: Give Me Truth

Introduction

Read More »

Having Fun with JavaScript and Skype Emoticons

I was chatting with Jim Cowart (@ifandelse) on Skype today about jQuery. He pasted in a snippet of code and Skype translated part of it into one of it’s emoticons. He almost immediately updated the chat message to fix the issue, but it got me starting to think… and that can be very dangerous.

Read More »

Find the jQuery Bug #2: Point of No Return

Introduction

Read More »