I currently have a small form in rails which helps keep track of different detectors that we use at my job. At the top of the form is a pick-list to choose the detector type, and below that are some form fields shared among all of the different detector types that the user fills in.
My question is whether or not there is an easy way in JQuery to append to the end of the main form based on what was selected in the pick-list above so that the unique attributes of a specific detector type can be filled in.