firing a jQuery change function at document ready
My change function allows users to switch from country to country and get different text and features. It works when changing country selections. But at initial page load, it does not fire jQuery change to set the hide and show text divs for the default / initial country. Both divs display at initial page load. When I change away and then back to the default/initial country, change fires, hide and show fire, and shows the proper information and features. I have tried document.ready with a change function both inside the switch selections and outside the change function. Neither work - they don