1
我想要的是在jquery中獲取輸入值的數組。如何從jQuery中的刀片模板獲取數組?
@foreach ($view_360s as $view_360)
<input type="text" name="iframe_title[]" class="form_input iframe_title" value="{{$view_360->title}}" />
@endforeach
當我這樣做,我只得到第一個值,它不在數組中。
$('.iframe_title').val()