使用laravel 4加载jquery上的图像

时间:2014-11-28 10:45:52

标签: jquery html image laravel-4 blade

我有一个加载.gif图片,点击一个按钮后会显示, 我用jquery来处理html

el.block({
    overlayCSS: {
    backgroundColor: '#fff'
    },
    message: '<img src="assets/images/loading.gif" /> Just a moment...',
    css: {
        border: 'none',
       color: '#333',
       background: 'none'
    }
});

当我在刀片模板上使用资产('assets / images / loading.gif')时,网址是正确的,

http://localhost/administrator/public/assets/images/loading.gif

但是在jquery中,我不能使用资产,所以代码就像在顶部,图像网址变错了

http://localhost/administrator/public/admin/ui-lab/assets/images/loading.gif

我目前的网址是,

http://localhost/administrator/public/admin/ui-lab

那么,我该如何解决这个问题?

0 个答案:

没有答案