There are a number of compatibility issues with SPServices 0.7.2 and JQuery 1.9.0.
Some have been highlighted in this issue:
http://spservices.codeplex.com/workitem/10117
Another is the use of:
```
$(this).attr("ows_example_column");
```
breaks anything within a GetListItems function in Internet Explorer 9.
Please comment on this issue to add further compatibility issues.
Note: It may be worth recommending the use of JQuery 1.8 with SPServices 0.7.2 on the homepage under 'important notes'.
Comments: Thanks for the heads up. I've added a comment in the IMPORTANT NOTES on the home page. The problem seems to be with the minified version of jQuery 1.9.0, not 1.9.0 itself. When I use the non-minified version, my test pages perform just fine. M.
Some have been highlighted in this issue:
http://spservices.codeplex.com/workitem/10117
Another is the use of:
```
$(this).attr("ows_example_column");
```
breaks anything within a GetListItems function in Internet Explorer 9.
Please comment on this issue to add further compatibility issues.
Note: It may be worth recommending the use of JQuery 1.8 with SPServices 0.7.2 on the homepage under 'important notes'.
Comments: Thanks for the heads up. I've added a comment in the IMPORTANT NOTES on the home page. The problem seems to be with the minified version of jQuery 1.9.0, not 1.9.0 itself. When I use the non-minified version, my test pages perform just fine. M.