This is quite strange and I'm pretty sure it should be dead easy ... however ...
I just updated Wordpress to the final version 3.3 and my pretty photo gallery does not work.
I'm not using any plugins I have created the template myself and It was working fine a few minutes back.
The implementation is very simple. I have a list with links that have the following rel property <a rel="view[photo]" ... and a javascript call which is put after the jqueryTools calls which is: $("a[rel^='view']").prettyPhoto({});
Here is the link: http://ilbarretto.com/locations/golden-hall
It throws the following error: $("a[rel^='view']").prettyPhoto is not a function
Any help would be much appreciated.