![]() |
Sergey Kornilov admin 4/13/2011 |
Check this article for inspiration: |
S
|
salim author 4/14/2011 |
Check this article for inspiration: http://xlinesoft.com/phprunner/docs/show_dropdown_list_of_us_states.htm Instead of showing and hiding controls you can use setEnabled()/setDisabled() functions. More info: http://xlinesoft.com/phprunner/docs/javascript_api.htm
|
J
|
Jane 4/14/2011 |
I suppose you need to use onchange event instead: ctrldr_1.on('change', function(e){ |