The couple problems I've had over the past couple days were suggested by Marc to be due to conflicts with existing code. I have just proven that conclusively.
Because I isolate my code with Crockford's module pattern, I often have several JS code chunks on a given site. When I couldn't get the simplest thing to work on one today, I went looking, and eventually found a small module that was loading the 0.7 version of SPServices. Modifying that to look for 2013.01 instantly fixed the conflict.
Because I isolate my code with Crockford's module pattern, I often have several JS code chunks on a given site. When I couldn't get the simplest thing to work on one today, I went looking, and eventually found a small module that was loading the 0.7 version of SPServices. Modifying that to look for 2013.01 instantly fixed the conflict.