Uploadify inside Jquery UI Dialog => Chrome & Opera bugs
问题 I have the following code: <!DOCTYPE html> <html> <head> <link rel="stylesheet" type="text/css" media="screen" href="jquery-ui-1.8.9.custom.css" /> <script type="text/javascript" src="jquery-1.5.min.js"></script> <script type="text/javascript" src="jquery-ui-1.8.9.custom.min.js"></script> <script type="text/javascript" src="jquery.uploadify.js"></script> </head> <body> <script type="text/javascript"> manualLightboxContent = function () { $("#dialogContent").html($('#module_wrapper').html());