> Is there any kind of reasons (performance, memory, or otherwise) why
> I'd be better off just binding them once rather than undbinding and
> then redbinding the events?

Performance.  If possible, it almost always better to do things once
rather than over and over.  The usual tradeoff is complexity.

Reply via email to