Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 222 Bytes

File metadata and controls

7 lines (4 loc) · 222 Bytes

JQuery

  1. How to call arguments in onclick attribute within a button

note that the arguments need to be within single quote marks

onclick="pushToOrderList('<%= el.id %>','<%= el.item %>', '<%= el.price %>')"