I am relatively new to programming using JS and am trying to figure out how I can have a DropDown List with options and once an option is selected it modifies a parameter on a page.
More specifically, I am using the Evo Slider on a page (
http://evoslider.com/examples.html) where the images in the rotator come from a Flikr set (this url would be the parameter I modify using JS). I would like to have a drop down list on that page then when the user selects an option the image rotator is updated with the new images from a different Flikr URL.
Lastly, I would like to do this asynchronously and not required a page load each time a user selects a new option from the drop down list.