C
|
cgphp 3/18/2013 |
You need an AJAX call to filter out the dropdown values when you change the date. To perform an asynchronous HTTP request you can use the jquery ajax wrapper. Check the API: http://api.jquery.com/jQuery.ajax/ |
S
|
Suety29 author 3/25/2013 |
You need an AJAX call to filter out the dropdown values when you change the date. To perform an asynchronous HTTP request you can use the jquery ajax wrapper. Check the API: http://api.jquery.com/jQuery.ajax/
|