The jQuery team changed something in the library so that .find("z\\:row,row") no longer works. I think it was in 1.7 or so.
Instead, use the SPFilterNode function in SPServices: .SPFilterNode("z:row"). I put that into SPServices to [hopefully] future-proof us in case there are more changes in jQuery
M.