I’m beginning out with jQuery and I need a modal window that contains a review form. After submitting the form using AJAX, the server will return a status message to be displayed on the modal window. How can I make the modal window be resized (from the large window to hold the review form to a small one that just fits the status message)?
Any recommended plugins/tutorials on this? Is using a plugin the best way to start off?
You can try jQuery ui dialog with “width” and “height” properties set to “auto”