jQPOOOP is very easy to use,
if you load page from ajax or simple text.
- $.jqpooop({
- Id:"alert",
- Mensaje:'',
- Ajax:'jqpooop.html',
- Width:400,
- Heigth:250,
- Headmsg:"Alert message"
- });
- $.jqpooop({
- Id:"alert",
- Mensaje:"Hello Wordl!!!",
- Ajax:'',
- Width:400,
- Heigth:250,
- Headmsg:"Alert message"
- });
