libjs-jquery-textchange

Detects text changes for input and textarea elements
  http://zurb.com/playground/jquery-text-change-custom-event
  0
  no reviews



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.