Marc,
If you namespace the event handlers, it'll be real easy to turn them off on the fly:
http://docs.jquery.com/Namespaced_Events
Might be cool to autogenerate the namespace and return that at the end of the function or something like that. Doing that, it may be easier to turn off the exact events that you want and not everything SPServices provides.
Cheers,
Matthew
If you namespace the event handlers, it'll be real easy to turn them off on the fly:
http://docs.jquery.com/Namespaced_Events
Might be cool to autogenerate the namespace and return that at the end of the function or something like that. Doing that, it may be easier to turn off the exact events that you want and not everything SPServices provides.
Cheers,
Matthew