I have the following form in a view:
{!! Form::open(['route'=>['user.update',$user_id], 'method' => 'PUT']) !!}
{{ Form::close() }}
How can I assign the value of 'user_id' dynamically with jquery?
This is the HTML that generates th...
asked by
09.11.2017 / 16:20