Use specific select option when loading the page (jQuery + Ajax)
I retrieve a URL with jQuery + Ajax and determine the display based on certain select options. The selection works fine, however I can’t manage to place a default. I would like value="3" to be preselected and show the corresponding result already when loading the page, without having selected an option before. How can I… Read More Use specific select option when loading the page (jQuery + Ajax)