I need help with passing a variable from an auto-generated button to another page when the button is clicked. The buttons all have the same link but different variables. How can I achieve this?
Once I generate the button, I assign it a function like so:
$('.Button').click(function() { window.location = 'page.html'; });