I have a jQuery click function and wanted me to click on it button to download a PDF file, how do I do this function?
$('#download').click(function() {
//seria aqui a função
}
<button type="button" id="download"> Download PDF </button>