Hi Team
I have created 3 checkbox on my HTML, i want to find a way that each should check if is enable, must allow a user an option when one is clicked. It must communicate with my Jquery button for download i have created. Can anyone show me how to do this based on this given code i have created, help will be appreciated.
// Downloading file into zip file.
$(document).ready(function() {
$("#download").click(function() {
window.location.href ='https://api.thingspeak.com/channels/899906/feeds.csv?start=2019-11-12%2019:11:12&end=2019-11-13%2019:11:13';
});
});
2 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Guest UserPosted Nov 18, 2019, 12:48 AM
Laxmidhar SahooPosted Nov 17, 2019, 11:42 PM