Nothing happens. Why? Because unlike the default fx queue, custom queues are not dequeued immediately. They require an explicit dequeue call to get them started.
Hm.. If you try to clear dequeue method in some jquery example with fx queue, you got that the next effects will not work. So how the fx queues are dequeued immediately? What did he mean? Is there two kind of dequeue and i knew only before this article?Because unlike the default fx queue, custom queues are not dequeued immediately.