How do I give the focus to a button after I have a form with several buttons
For example, I click on Coca Cola 12 Onz. That is a button but then I would like the green button that says Save (ENTER) every time I select a product to get the focus, how do I do this?
This is the modal
Modal code:
<div class="modal fade" id="modal-venta">
× Order information
</div>
<div class="modal-footer">
<button type="button" class="btn btn-danger pull-left btn-cerrar-imp" data-dismiss="modal">Cerrar</button>
<button type="button" class="btn btn-primary btn-flat btn-print"><span class="fa fa-print"></span> Imprimir</button>
</div>
</div>
<!-- /.modal-content -->