I have script:
$("#consigneeBtn").on('click', function() { var id = document.getElementById('consignee').value;
})
Markup:
<button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button> <a href="{{URL::to('consignees/', id)}}">
<button type="button" class="btn...