I am trying to request this data, as in
<form name="" action="test" method="post" <select name="people"> <option value="1">1 Person</option> <option value="2">2 People</option> <option value="3">3 People</option> <option value="4">4 People</option> <option value="5">5 People</option> <option value="6">6 People</option> </select> </form>
This is the code I need to request:
<div id='content'> <script type="text/javascript"> $(document).ready(function () { var source = [ "Select Your location", "North London", "South London", "West London", "East London", "City of London", ]; </script> <div id='jqxDropDownList'>
source share