message inside dialog box
Go to this jsbin
here
...if you click anywhere in the calendar you see in the output pane..a dialog box appears.
My intention is that whenever a user clicks the OK button in this dialog box a message appears
within the dialog box(as a separate div maybe) asking him to confirm something or not.
If you go to the HTML pane you will see that the dialog box is a div with id=eventDialog.
So...I want to add the message I am talking about
right before the closing div tag of the dialog box.
What jquery method is more appropriate for that?