
Simple cross browser detection of text changes for input and textarea elements using a jquery custom event plugin by zurb
implementing this requires binding events to the keyup event, and a couple other events if you want to detect text changes on cut and paste. even if you're a javascript god it's tedious to keeping writing this logic over and over again. be smart and use the zurb text change event plugin instead.