how do i select as options the external html file elements and show it in a div with jquery?
I want to show the elements from an external html file called h12_load.html into a selection list and if one of them gets clicked it gets shown into the div called divResult. the first option doesn't get added to the…