I have the following div:
<div id="divAlert">
<div id='divAlertText'>You must select a language.</div>
<div id='divAlertButton' class='btn blue' onclick="HideAlert();">Ok</div>
</div>
Is this HTML page there are more divs and buttons. I want to show divAlert as a modal pop up.
I know there is something in jQuery, I think, that I can use to show my div with a half transparent black background filling the entire page. But I can’t remember its name.
Any advice?
you can use jquery dialog widget
http://jqueryui.com/demos/dialog/