¡@

Home 

2014/10/16 ¤W¤È 12:01:55

jquery Programming Glossary: another_php_file.php

dynamic drop down box?

http://stackoverflow.com/questions/16924082/dynamic-drop-down-box

these two examples into files call them tester.php and another_php_file.php then you should have a fully working example to play with. I.. .val alert 'You picked ' sel_stud .ajax type POST url another_php_file.php data 'theOption ' sel_stud success function whatigot alert.. Edwards option select div id LaDIV div body html FILE 2 another_php_file.php php Login to database usually this is stored in a separate php..

dynamic drop down box?

http://stackoverflow.com/questions/16924082/dynamic-drop-down-box

match your server login table field names so if you copy paste these two examples into files call them tester.php and another_php_file.php then you should have a fully working example to play with. I modified my example below to create a second drop down box.. is ready' '#stSelect' .change function var sel_stud this .val alert 'You picked ' sel_stud .ajax type POST url another_php_file.php data 'theOption ' sel_stud success function whatigot alert 'Server side response ' whatigot '#LaDIV' .html whatigot.. value Mike Mike Williams option option value Chris Chris Edwards option select div id LaDIV div body html FILE 2 another_php_file.php php Login to database usually this is stored in a separate php file and included in each file where required server 'localhost'..