Replace javascript alert box with Jquery Popup

Replace javascript alert box with Jquery Popup

Hi,

I'm working on a .Net application. On my .aspx page, on click of a submit button i'm calling a javascript function. Inside the javascript function I'm using an alert box to show to the user what all values he has entered.

I want to replace this javascript alert box with jquery pop up and in the pop up i want to pass dynamic values.

Can someone please help me replacing javascript alert box( called within a javascript function) with Jquery Pop up with dynamic values( whatever user has entered in the form will be shown to him for a confirmation with yes and no option inside the jquery pop up)

Thanks,
Sonia