I know that I can create a jQuery mobile overlay which loads content from another page.
Can I create an overlay manually to display a message to the user? Something sexier than the standard JS alert box?
Update
Instead of saying
<a href="my_message.html" data-rel="dialog">Show Message</a>
I want to say something like:
$.showDialog("Hello world!");
To point you in the right direction:
Related:
Live Example:
JS:
HTML: