如何在 jquery 中更改图像路径,我想更改此图像路径:
loader_path: 'images/prettyPopin/loader.gif'
我使用了这段代码但没有用
loader_path: '<?php echo theme_img('prettyPopin/loader.gif'); ?>
如何在 jquery 中更改图像路径,我想更改此图像路径:
loader_path: 'images/prettyPopin/loader.gif'
我使用了这段代码但没有用
loader_path: '<?php echo theme_img('prettyPopin/loader.gif'); ?>
loader_path: '<?php echo theme_img('prettyPopin/loader.gif'); ?>'
你错过了结束语.. – Sudhir
尝试
"<?php echo theme_img('prettyPopin/loader.gif'); ?>"
不要混合引用
prettyPopin/loader.gif
是字符串不是变量