I'm using jQuery BlockUI plugin, and i have been able to sucessfully show a single message in the page, however... let's say that I want to show 3 messages , one after another.
Something like:
- message: 'hello world!'
- message: 'hello galaxy!'
- message: 'hello universe!'
how do I do this with jQuery BlockUI?