In the given fiddle link, when I click on the green plus button in email or phone section it create a new input field.when I want to select an option from a dropdown menu it also select option in all dropdown menu.
*need to work dropdown menu separately.
*need to select radio button when click on text of dropdown menu.
Here is the JSFIDDLE link
you have to use button tag next to ul to work, but I think this is wath you want!
you have to remove the
as it is unecessary.
You use same id for both phone and email i.e "search_concept" use different id's and change code accordingly.