如何让 jQuery 从中获取 PHP 参数mysql_fetch_array()
?以下是我的代码的一部分,欢迎提出任何建议。
PHP
$query=mysql_query($sql) or die(mysql_error());
while($list=mysql_fetch_array($query)){
print"
<div id=\"#$list[id]\" class=\"f\">
jQuery
switch(id) {
case '#$list[id]':
(我正在尝试通过这种方法使用 Fancybox https://stackoverflow.com/a/7844043/1575921)