[jQuery] ReBinding

[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!!!