我想将PHP文件加载到灯箱中。以下是我获取新 PHP 文件的 JavaScript 代码。
视图.js
var popup = window.open("../controller/getordercodedetail.php?name="+comb, "Popup", "width=1000,height=200,top=50,left=150");
现在我想将打开的窗口转换为灯箱。如何使用jQuery转换它?
我使用 jQuery 加载函数得到了解决方案。请参阅 Stack Overflow 问题Loading an external PHP file with an internal PHP include function by using jQuery's 'load()'。