I am trying to create popup using the jqueryui dialog. I am trying to add a footer after the content in the dialog.
my dialog should look like
<popup>
header-html
content-html
footer-html
</popup>
The dialog already has header and i can put content in the div.
But, how can i add the footer html??
I want this footer to be there across all popups on the website.
Just separate out your current content container into a content and footer div:
Then put that within the content of the dialog.