javascript Programming Glossary: sel_stud
update data in the div http://stackoverflow.com/questions/16861621/update-data-in-the-div 'Document is ready' '#stSelect' .change function var sel_stud this .val alert 'You picked ' sel_stud .ajax type POST url.. function var sel_stud this .val alert 'You picked ' sel_stud .ajax type POST url test86b.php another_php_file.php data.. url test86b.php another_php_file.php data 'theOption ' sel_stud success function whatigot alert 'Server side response ' whatigot..
Place PHP results inside HTML page http://stackoverflow.com/questions/17221813/place-php-results-inside-html-page code and looks like this '#stSelect' .change function var sel_stud this .val alert 'You picked ' sel_stud .ajax type POST url your_php_file.php.. function var sel_stud this .val alert 'You picked ' sel_stud .ajax type POST url your_php_file.php data 'theOption ' sel_stud.. .ajax type POST url your_php_file.php data 'theOption ' sel_stud success function whatigot alert 'Server side response ' whatigot..
|