I\'m using the code below to create a jQuery dialog box. By default there is a close icon on title bar, but I want to add some of the other icons in title bar as well for di
I did it this way:
Usage: MsgBox("Hello, I'm a MessageBox!", "Title Here", 400, 200);
MsgBox("Hello, I'm a MessageBox!", "Title Here", 400, 200);
Or
MsgBox("Hello, I'm a MessageBox!", "Title Here", 400, 200, "alert('hey, you clicked Ok!')");
You may improve it with ui-icons as well...