Pop up html page as a jQuery UI Dialog?
For example, I have a properties page foo-properties.html
in full html (i.e., the root element is <html> ). I don't want to convert it to be div-wrapped. I want to show the propert开发者_JAVA百科ies page as a jQuery UI dialog, is it possible and how?
Hmm, can you put it into an iframe and use the frame's wrapper as the modal overlay?
精彩评论