Custom alert and confirm box in jquery

javascript, jquery

Solution

I made custom messagebox using `jquery UI` component. Here is demo http://jsfiddle.net/eraj2587/Pm5Fr/14/

You have to pass just the parameters like caption name, message, button's text. You can specify trigger function on any button click. This will helpful for you.

Problem

Is there any `alert` and `confirm` dialog available in `jquery` with custom title and custom content in it. I have searched many sites but cannot find appropriate. Any site link or any content are appreciable.

Original source