Generating a Dynamic Selection DropDown with jQuery and AJAX

jQuery makes it easy to pull in dynamic content using the built in AJAX module. With a few simple steps you will be able to pull content from an XML file and generate a form dropdown that the user can select from. Continue reading…