Last modified: 2012-12-31 17:25:29 UTC
Currently, each time, $node.byteLimit(number) is executed, a new handler is attached. That's not good practise for a jQuery-plugIn. It should use its own namespace (.bind('keypress.byteLimit')) and do .unbind('keypress.byteLimit') before assigning the next handler. Please implement this before Bug 29467 because it isn't funny to unbind all events myself, especially if the event-handlers have now own namespace. Thanks!
This was implemented as part of a rewrite. Change-Id: I9c204243d0bdf7158aa86a62b591ce717a36fe27