0
私は何それがないことは、このサイトリンクで表示するには、 "<>" HTMLタグを作成しているLaravelPHP/laravel "link_to_route" はJQuery <a>にタグ
{{ link_to_route('users.publications.create', 'text of link', ['users' => $user->username]) }}
でこれを持っている:
<a href="http://kinbu.co/users/luis02lopez/publications/create >text of link</a>
私はjQueryの中で同じ結果を持っているしたいが、それは他のユーザーとのリンクのルートで「ユーザー」を使用しています。
var action_call = $({{ link_to_route('users.publications.create', 'publica uno como intercambio',
['users' => $user->username], ['style' => 'color:blueviolet']) }}
});
body.append(action_call);
私は次のエラーがあります:http://imgur.com/a/Lrmbg
他のvar
をユーザー名で作成する必要がありますか?
いずれかのアイデアが大きな助けになる場合。おかげ