I followed the straigthforward instructions for PrettyLoader and got it working. Only issue is that the loading graphic is shown on the page below where I clicked about 200 pixels down. It's not bound to the mouse pointer like the examples.
What do I have to that's special to get this behavior?
If you have several scripts running in your page, this may be a noticiable effect. In some circumstances you can also get a scroll "jump" because prettyLoader image is appended to the end of the page and only then the positionLoader function is binded. So I fix it adding a line just before .prettyLoader is shown in line 71:
// Show it! $.prettyLoader.positionLoader(); $('.prettyLoader').fadeIn(settings.animation_speed);