Are defining many JQuery event handlers "expensive?" Internally Implemented at C/C++ or JavaScrip
- by Pete Alvin
I have a long a web form. I'm wondering if I should bind() to each element separately (what I really want) or should I only define one bind() all of the input elements then do an if-then inside the handler to handle the specific element?