I have created one Custom List in sharepoint 2010. AS mentioned below.
LIST A
Title TeamName
A cc
b ddd
c eee
I have created html table in the Content Editor webpart of sharepoint 2010 with one rows and two columns. such as
Name: Teamnamedropdown
In Teamname is a html dropdown. I need to bind the values from sharepoint list A of the Column(TeamName) to the TeamNamedropdown. My output should be as mentioned below. Only using Javascript or ECMAscript i need to achieve this requirement.