douchuanchai2793 2019-01-09 13:49
浏览 450

将数据从laravel控制器传递给Js

I have problem about passing data from controller to js, i am using this code for it ,i tried many things but nothing is working , am i doing something wrong ?

script:

var posts = {!! $post->toJson() !!};

alert(posts);

and my controller looks like this :

$post = Post::where('category',$id)->get();

but i am getting error "Uncaught SyntaxError: Unexpected token !" i really dont know why is there any solutions ?

  • 写回答

2条回答 默认 最新

  • duanbei3704 2019-01-09 13:52
    关注

    Try this one,

    var posts = "{{ $post->toJson() }}";
    
    alert(posts);
    
    评论

报告相同问题?

悬赏问题

  • ¥15 NX MCD仿真与博途通讯不了啥情况
  • ¥15 win11家庭中文版安装docker遇到Hyper-V启用失败解决办法整理
  • ¥15 gradio的web端页面格式不对的问题
  • ¥15 求大家看看Nonce如何配置
  • ¥15 Matlab怎么求解含参的二重积分?
  • ¥15 苹果手机突然连不上wifi了?
  • ¥15 cgictest.cgi文件无法访问
  • ¥20 删除和修改功能无法调用
  • ¥15 kafka topic 所有分副本数修改
  • ¥15 小程序中fit格式等运动数据文件怎样实现可视化?(包含心率信息))