/** * FAQ Owner Display Scripts * File: /inc/faq/faq-owner-scripts.js */ (function($) { 'use strict'; $(document).ready(function() { // ========================================================= // FAQ OWNER ACCORDION // ========================================================= $('.faq-owner-question').on('click', function() { var $item = $(this).closest('.faq-owner-item'); var isActive = $item.hasClass('active'); // Close all other items $('.faq-owner-item').not($item).removeClass('active'); // Toggle the clicked item if (isActive) { $item.removeClass('active'); } else { $item.addClass('active'); } }); // ========================================================= // KEYBOARD ACCESSIBILITY (Enter/Space to toggle) // ========================================================= $('.faq-owner-question').on('keydown', function(e) { if (e.key === 'Enter' || e.key === ' ') { e.preventDefault(); $(this).click(); } }); }); })(jQuery); Beachfront Condo Rentals by Owner in Hollywood Beach, Florida | Sian Residences