javascript - jQuery Modal Window that changes size on loading new content -
i'm beginning out jquery , need modal window contains review form. after submitting form using ajax, server return status message displayed on modal window. how can make modal window resized (from large window hold review form small 1 fits status message)?
any recommended plugins/tutorials on this? using plugin best way start off?
you can try jquery ui dialog "width" , "height" properties set "auto"
Comments
Post a Comment