Homeland Security needs to do a better job, use AI more effectively: Rep. Darrell Issa
Rep. Darrell Issa, R-Calif., discusses the Bourbon Street attack and the Tesla Cybertruck explosion on ‘Varney & Co.’
Artificial Intelligence | Fox NewsÂ
document.addEventListener('DOMContentLoaded', function() {
const featureProductCheckbox = document.querySelector('input[name="feature_product"]'); // Adjust the name if needed
const productFields = document.getElementById('product-fields'); // Add this ID to the div containing product fields
if (featureProductCheckbox && productFields) { // Check if elements exist
featureProductCheckbox.addEventListener('change', function() {
if (this.checked) {
productFields.style.display = 'block';
} else {
productFields.style.display = 'none';
}
});
}
});