php - Stay on the same window after submitting form via JQuery -


i have piece of code:

if(client selected)  { //then show related projects } else  { //don't show } 

now, if select client, project related client dispalyed, , in front of each project, there button. when click on it, jquery dialog box shows in order update project information. it's ok until now, when update project details, second condition of above if starts , nothing displayed. manager doesn't because prefers window stays after update.

any suggestions? bests.

use ajax call php script if want stay on same page.

http://www.w3schools.com/php/php_ajax_database.asp


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -