Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有灯箱,并且有这样的 php 循环
while ($row = mysql_fetch_object($something)) { echo '<a href="?id='.$row->id.'">'.$row->id.'</a>'; }
我希望在单击链接灯框时出现并包含来自 mysql 的 id 值但链接不会更改为在 php 中使用 POST 取值任何想法
将 lightbox 的内容放在 PHP 文件中。
发送 Ajax 请求以获取
在灯箱 div 中显示响应文本