Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

1 thoughts on “Hello world!”

Оставите коментар

Ваша адреса е-поште неће бити објављена. Неопходна поља су означена *

Scroll to Top
document.addEventListener("DOMContentLoaded", function() { let radioButtons = document.querySelectorAll('input[name="dokumentacija"]'); let uploadSection = document.getElementById("upload-section"); let downloadSection = document.getElementById("download-section"); radioButtons.forEach(function(radio) { radio.addEventListener("change", function() { if (this.value.includes("imam svu dokumentaciju")) { uploadSection.classList.remove("hidden"); downloadSection.classList.add("hidden"); } else { uploadSection.classList.add("hidden"); downloadSection.classList.remove("hidden"); } }); }); });