In jQuery 1.1.3, there's an automatic rebinding of events using the event model. You can read about it on the release page.
-----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of DXCJames Sent: Tuesday, July 03, 2007 9:22 AM To: jQuery (English) Subject: [jQuery] ReBinding I am building a app that has a lot of $.posts so it requires me to rebind alot.. for some reason i have an infinite loop in IE but not FF and i cant figure out how it happened.. anyway.. do you think instead of binding functions to the locations, just using onclick="" and just having functions for the actions? which would take out the need to rebind every time something loads something, which by the way happens ALOT! I could always leave the things that have no need to be rebound alone.. and have the other actions be functions that are called by from onclick, onkeypress, ect. Thanks in advanced!!!

