During the documentation I did notice one problem. I'm not sure if it
is a jQuery bug or a documentation error (although I suspect jQuery)
but the docs say queue can be called with no parameters or with an
Array parameter. From tests and reviewing the code it would instead
have to be called with "fx" as the first parameter in both those
cases. For now I've made the demos work by putting "fx" in as the
first parameter. You can see the demo that shows the problem here:
http://docs.jquery.com/Effects/queue
Cheers.
David