changing size of nyromodal window
问题 This script waits till user presses the button so nyromdal starts $('.image_upload').nm({ sizes: {minW:10,minH:10 }, modal: false, closeOnClick: false }); Then in after press script, after changing content of nyromodal window I'm trying to change the size of window but it does not changes it immediately so the size remains old, scroll bars appear. And new size affect window only if you close the window and call it back again. This code puts new content into nyromdal window $('.nyroModalDom')